Class
ScatterDataPoint

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: SparklineScatterDataPoint

Implements: IComparableIComparable<SparkDataPoint>IComparable<double>IComparable<long>INotifyPropertyChanged

Inherited Members VisualDataPoint.VisibilityVisualDataPoint.BrushVisualDataPoint.StyleSparkDataPoint.Equals(object)SparkDataPoint.GetHashCode()SparkDataPoint.CompareTo(object)SparkDataPoint.CompareTo(double)SparkDataPoint.CompareTo(long)SparkDataPoint.CompareTo(SparkDataPoint)SparkDataPoint.OnPropertyChanged(object, PropertyChangedEventArgs)SparkDataPoint.XValuePathSparkDataPoint.XValueSparkDataPoint.YValuePathSparkDataPoint.YValueDataItemBase.RegisterObservableProperty(string, string)DataItemBase.UnregisterObservableProperty(string, string)DataItemBase.UpdatePropertyRegistration(string, string, string)DataItemBase.GetValue(string)DataItemBase.OnPropertyChanged(string)DataItemBase.DataItemDataItemBase.PropertyChanged

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

double

The X relative point.

YRelativePoint

Gets or sets the Y relative point.

Declaration

cs-api-definition
public double YRelativePoint { get; set; }

Property Value

double

The Y relative point.

Methods

OnDataRangeChanged()

Called when data range changed.

Declaration

cs-api-definition
protected override void OnDataRangeChanged()

Overrides SparkDataPoint.OnDataRangeChanged()

OnDataValueChanged()

Called when data value changed.

Declaration

cs-api-definition
protected override void OnDataValueChanged()

Overrides SparkDataPoint.OnDataValueChanged()