Skip to main content

BoxPlotNumericValues(Double, Double, Double, Double, Double, Double[]) Constructor

Creates an instance of the BoxPlotNumericValues class with the specified settings.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public BoxPlotNumericValues(
    double min,
    double quartile1,
    double median,
    double quartile3,
    double max,
    double[] outliers
)

Parameters

Name Type Description
min Double

The numeric value that represents the Box Plot point’s Min value.

quartile1 Double

The numeric value that represents the Box Plot point’s First Quartile value.

median Double

The numeric value that represents the Box Plot point’s Median value.

quartile3 Double

The numeric value that represents the Box Plot point’s Third Quartile value.

max Double

The numeric value that represents the Box Plot point’s Max value.

outliers Double[]

An array of numeric values that represents the Box Plot point’s Outliers.

See Also