Class
ErrorBarDataPoint

A High-Low-Value data point.

Definition

Constructors

ErrorBarDataPoint()

Declaration

cs-api-definition
public ErrorBarDataPoint()

Properties

IsInPlotRange

Determines whether the data point may be plotted correctly.

Declaration

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

Property Value

bool

Value

Gets or sets the value associated with the point.

Declaration

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

Property Value

double