Class
RangeDataPoint

A High-Low data point.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class RangeDataPoint : CategoricalDataPointBase, INotifyPropertyChanged

Inheritance: objectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseRangeDataPoint

Derived Classes: ErrorBarDataPoint

Implements: INotifyPropertyChanged

Inherited Members CategoricalDataPointBase.isInNumericalRangeCategoricalDataPointBase.isInCategoricalRangeCategoricalDataPointBase.CategoryCategoricalDataPointBase.IsInPlotRangeDataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChanged

Constructors

RangeDataPoint()

Declaration

cs-api-definition
public RangeDataPoint()

Properties

High

Gets or sets the high value associated with the point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double High { get; set; }

Property Value

double

Low

Gets or sets the low value associated with the point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double Low { get; set; }

Property Value

double