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