Class
ScatterRangeDataPoint

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: INotifyPropertyChanged

Inherited Members DataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedNode.Arrange(RadRect, bool)Node.Invalidate()Node.PresenterNode.IsArrangeValidNode.NodeStateNode.IndexNode.CollectionIndexNode.IsTreeLoadedNode.LayoutSlotNode.ParentNode.PropertyChanged

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.

Declaration

cs-api-definition
public double HorizontalHigh { get; set; }

Property Value

double

HorizontalLow

Gets or sets the horizontal start value associated with the point.

Declaration

cs-api-definition
public double HorizontalLow { get; set; }

Property Value

double

IsInPlotRange

Declaration

cs-api-definition
public override bool IsInPlotRange { get; }

Property Value

bool

Overrides DataPoint.IsInPlotRange

VerticalHigh

Gets or sets the vertical end value associated with the point.

Declaration

cs-api-definition
public double VerticalHigh { get; set; }

Property Value

double

VerticalLow

Gets or sets the vertical start value associated with the point.

Declaration

cs-api-definition
public double VerticalLow { get; set; }

Property Value

double