ScatterDataPoint
Class
DataPoint for scattered points. Used in RadScatterSparklines.
Definition
Namespace:Telerik.Windows.Controls.Sparklines
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class ScatterDataPoint : VisualDataPoint, INotifyPropertyChanged, IComparable, IComparable<double>, IComparable<long>, IComparable<SparkDataPoint>
Inheritance: objectDataItemBaseSparkDataPointVisualDataPointScatterDataPoint
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ScatterDataPoint class.
C#
public ScatterDataPoint()
Properties
Gets or sets the X relative point.
C#
public double XRelativePoint { get; set; }
The X relative point.
Gets or sets the Y relative point.
C#
public double YRelativePoint { get; set; }
The Y relative point.
Methods
Called when data range changed.
C#
protected override void OnDataRangeChanged()
Overrides:
Called when data value changed.
C#
protected override void OnDataValueChanged()
Overrides: