Class
WinLossDataPoint

Represents the visual data pont object used with RadWinLossSparkline.

Definition

Namespace:Telerik.Windows.Controls.Sparklines

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class WinLossDataPoint : SparklineColumnDataPoint, INotifyPropertyChanged, IComparable, IComparable<double>, IComparable<long>, IComparable<SparkDataPoint>

Inheritance: objectDataItemBaseSparkDataPointVisualDataPointColumnDataPointSparklineColumnDataPointWinLossDataPoint

Derived Classes: SparklineWinLossDataPoint

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

Inherited Members ColumnDataPoint.YTopPointColumnDataPoint.YBottomPointColumnDataPoint.XRelativePointColumnDataPoint.YRelativeHeightVisualDataPoint.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

WinLossDataPoint()

Declaration

cs-api-definition
public WinLossDataPoint()

Methods

OnDataRangeChanged()

Called when data range changed.

Declaration

cs-api-definition
protected override void OnDataRangeChanged()

Overrides ColumnDataPoint.OnDataRangeChanged()

OnDataValueChanged()

Called when data value changed.

Declaration

cs-api-definition
protected override void OnDataValueChanged()

Overrides ColumnDataPoint.OnDataValueChanged()