ClassWinLossDataPoint
Class
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:
Implements:
Inherited Members
Constructors
WinLossDataPoint()
Declaration
cs-api-definition
public WinLossDataPoint()
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