Class
RangeDataPoint

Class that represents a High-Low data point.

Definition

Constructors

RangeDataPoint()

Declaration

cs-api-definition
public RangeDataPoint()

Properties

High

Gets or sets the high value associated with the point.

Declaration

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

Property Value

double

Low

Gets or sets the low value associated with the point.

Declaration

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

Property Value

double