Class ScatterDataPoint
DataPoint for scattered points. Used in RadScatterSparklines.
Inherited Members
Namespace: Telerik.Windows.Controls.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ScatterDataPoint : VisualDataPoint, IDataItemContainer, INotifyPropertyChanged, IComparable, IComparable<double>, IComparable<long>, IComparable<SparkDataPoint>
Constructors
ScatterDataPoint()
Properties
XRelativePoint
Gets or sets the X relative point.
Declaration
public double XRelativePoint { get; set; }
Property Value
System.Double
The X relative point. |
YRelativePoint
Gets or sets the Y relative point.
Declaration
public double YRelativePoint { get; set; }
Property Value
System.Double
The Y relative point. |
Methods
OnDataRangeChanged()
Called when data range changed.
Declaration
protected override void OnDataRangeChanged()
Overrides
OnDataValueChanged()
Called when data value changed.
Declaration
protected override void OnDataValueChanged()