Skip to main content
All docs
V25.1
  • BoxPlotNumericValues.Min Property

    Returns the Box Plot point’s Min value when the chart y-axis scale type is Numerical

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public double Min { get; set; }

    Property Value

    Type Description
    Double

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

    See Also