ClassScatterRangeDataPoint
Class
A vertical and horizontal high-low data point.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ScatterRangeDataPoint : DataPoint, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectNodeDataPointScatterRangeDataPoint
Implements:
Inherited Members
Constructors
ScatterRangeDataPoint()
Initializes a new instance of the ScatterRangeDataPoint class.
Declaration
cs-api-definition
public ScatterRangeDataPoint()
Properties
HorizontalHigh
Gets or sets the horizontal end value associated with the point.
HorizontalLow
Gets or sets the horizontal start value associated with the point.
IsInPlotRange
Declaration
cs-api-definition
public override bool IsInPlotRange { get; }
Property Value
Overrides
VerticalHigh
Gets or sets the vertical end value associated with the point.
VerticalLow
Gets or sets the vertical start value associated with the point.