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

A High-Low data point.

Definition

Constructors

C#
public RangeDataPoint()

Properties

Gets or sets the high value associated with the point.

C#
[TypeConverter(typeof(StringToDoubleConverter))]
public double High { get; set; }

Gets or sets the low value associated with the point.

C#
[TypeConverter(typeof(StringToDoubleConverter))]
public double Low { get; set; }