Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public BoxPlotNumericValues(
        double min,
        double quartile1,
        double median,
        double quartile3,
        double max,
        double mean
    )

    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.

    mean Double

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

    See Also