Class ScatterRangeDataPoint
A vertical and horizontal high-low data point.
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ScatterRangeDataPoint : DataPoint, INotifyPropertyChanged, IDataPoint
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
public double HorizontalHigh { get; set; }
Property Value
System.Double
|
HorizontalLow
Gets or sets the horizontal start value associated with the point.
Declaration
public double HorizontalLow { get; set; }
Property Value
System.Double
|
IsInPlotRange
Gets a value indicating whether the data point may be plotted correctly.
Declaration
public override bool IsInPlotRange { get; }
Property Value
System.Boolean
|
Overrides
VerticalHigh
Gets or sets the vertical end value associated with the point.
Declaration
public double VerticalHigh { get; set; }
Property Value
System.Double
|
VerticalLow
Gets or sets the vertical start value associated with the point.
Declaration
public double VerticalLow { get; set; }
Property Value
System.Double
|