ClassColumnDataPoint
Class
Represents the visual data pont object used with RadColumnSparkline.
Definition
Namespace:Telerik.Windows.Controls.Sparklines
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class ColumnDataPoint : VisualDataPoint, INotifyPropertyChanged, IComparable, IComparable<double>, IComparable<long>, IComparable<SparkDataPoint>
Inheritance: objectDataItemBaseSparkDataPointVisualDataPointColumnDataPoint
Derived Classes:
Implements:
Inherited Members
Constructors
ColumnDataPoint()
Initializes a new instance of the ColumnDataPoint class.
Declaration
cs-api-definition
public ColumnDataPoint()
Properties
XRelativePoint
Gets or sets the X relative point.
Declaration
cs-api-definition
public double XRelativePoint { get; set; }
Property Value
The X relative point.
YBottomPoint
Gets or sets the Y bottom point.
Declaration
cs-api-definition
public double YBottomPoint { get; set; }
Property Value
The Y bottom point.
YRelativeHeight
Gets the height of the Y relative.
Declaration
cs-api-definition
public double YRelativeHeight { get; }
Property Value
The height of the Y relative.
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