Class
BoxPlotDataPoint

Definition

Constructors

BoxPlotDataPoint()

Initializes a new instance of the BoxPlotDataPoint class.

Declaration

cs-api-definition
public BoxPlotDataPoint()

Properties

IsInPlotRange

Determines whether the data point may be plotted correctly.

Declaration

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

Property Value

bool

LowerQuartile

Gets or sets the lower quartile value associated with the point.

Declaration

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

Property Value

double

Maximum

Gets or sets the maximum value associated with the point.

Declaration

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

Property Value

double

Median

Gets or sets the median value associated with the point.

Declaration

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

Property Value

double

Minimum

Gets or sets the minimum value associated with the point.

Declaration

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

Property Value

double

UpperQuartile

Gets or sets the upper quartile value associated with the point.

Declaration

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

Property Value

double