ClassRangeDataPoint
Class
A High-Low data point.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class RangeDataPoint : CategoricalDataPointBase, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseRangeDataPoint
Implements:
Inherited Members
Constructors
RangeDataPoint()
Initializes a new instance of the RangeDataPoint class.
Declaration
cs-api-definition
public RangeDataPoint()
RangeDataPoint(double, double)
Initializes a new instance of the RangeDataPoint class.
RangeDataPoint(double, double, object)
Initializes a new instance of the RangeDataPoint class.
Properties
High
Gets or sets the high associated with the point.
Declaration
cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double High { get; set; }
Property Value
IsInPlotRange
Determines whether the data point may be plotted correctly.
Declaration
cs-api-definition
public override bool IsInPlotRange { get; }
Property Value
Overrides