Class WinLossDataPoint
Represents the visual data pont object used with RadWinLossSparkline.
Inheritance
System.Object
WinLossDataPoint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class WinLossDataPoint : SparklineColumnDataPoint, IDataItemContainer, INotifyPropertyChanged, IComparable, IComparable<double>, IComparable<long>, IComparable<SparkDataPoint>
Constructors
WinLossDataPoint()
Declaration
public WinLossDataPoint()
Methods
OnDataRangeChanged()
Called when data range changed.
Declaration
protected override void OnDataRangeChanged()
Overrides
OnDataValueChanged()
Called when data value changed.
Declaration
protected override void OnDataValueChanged()