ClassScatterRangeDataPoint
A vertical and horizontal high-low data point.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ScatterRangeDataPoint : DataPoint, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectChartNodeDataPointScatterRangeDataPoint
Implements:
Inherited Members
Constructors
ScatterRangeDataPoint()
Initializes a new instance of the ScatterRangeDataPoint class.
Declaration
public ScatterRangeDataPoint()
Properties
HorizontalHigh
Gets or sets the horizontal end value associated with the point.
Declaration
[TypeConverter(typeof(StringToDoubleConverter))]
public double HorizontalHigh { get; set; }
Property Value
HorizontalLow
Gets or sets the horizontal start value associated with the point.
Declaration
[TypeConverter(typeof(StringToDoubleConverter))]
public double HorizontalLow { get; set; }
Property Value
IsInPlotRange
Gets a value indicating whether the data point may be plotted correctly.
Declaration
public override bool IsInPlotRange { get; }
Property Value
Overrides
VerticalHigh
Gets or sets the vertical end value associated with the point.
Declaration
[TypeConverter(typeof(StringToDoubleConverter))]
public double VerticalHigh { get; set; }
Property Value
VerticalLow
Gets or sets the vertical start value associated with the point.
Declaration
[TypeConverter(typeof(StringToDoubleConverter))]
public double VerticalLow { get; set; }
Property Value