ColumnDataPoint
Class
Represents the visual data pont object used with RadColumnSparkline.
Definition
Namespace:Telerik.Windows.Controls.Sparklines
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class ColumnDataPoint : VisualDataPoint, INotifyPropertyChanged, IComparable, IComparable<double>, IComparable<long>, IComparable<SparkDataPoint>
Inheritance: objectDataItemBaseSparkDataPointVisualDataPointColumnDataPoint
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ColumnDataPoint class.
C#
public ColumnDataPoint()
Properties
Gets or sets the X relative point.
C#
public double XRelativePoint { get; set; }
The X relative point.
Gets or sets the Y bottom point.
C#
public double YBottomPoint { get; set; }
The Y bottom point.
Gets the height of the Y relative.
C#
public double YRelativeHeight { get; }
The height of the Y relative.
Methods
Called when data range changed.
C#
protected override void OnDataRangeChanged()
Overrides:
Called when data value changed.
C#
protected override void OnDataValueChanged()
Overrides: