BoxPlotNumericValues(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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
public BoxPlotNumericValues(
double min,
double quartile1,
double median,
double quartile3,
double max
)
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. |
See Also