New to Telerik UI for WPFStart a free 30-day trial

Represents the visual data pont object used with RadColumnSparkline.

Definition

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; }
Property Value:

The X relative point.

Gets or sets the Y bottom point.

C#
public double YBottomPoint { get; set; }
Property Value:

The Y bottom point.

Gets the height of the Y relative.

C#
public double YRelativeHeight { get; }
Property Value:

The height of the Y relative.

Gets or sets the Y top point.

C#
public double YTopPoint { get; set; }
Property Value:

The Y top point.

Methods

Called when data range changed.

C#
protected override void OnDataRangeChanged()

Overrides: SparkDataPoint.OnDataRangeChanged()

Called when data value changed.

C#
protected override void OnDataValueChanged()

Overrides: SparkDataPoint.OnDataValueChanged()