Class ScatterDataPoint
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ScatterDataPoint : DataPoint, INotifyPropertyChanged
Constructors
ScatterDataPoint()
Declaration
public ScatterDataPoint()
Properties
IsInPlotRange
Declaration
public override bool IsInPlotRange { get; }
Property Value
System.
|
Overrides
XValue
Declaration
public double XValue { get; set; }
Property Value
System.
|
YValue
Declaration
public double YValue { get; set; }
Property Value
System.
|