Skip to main content
All docs
V25.1
  • BoxPlotSeriesViewModel.BoxDistance Property

    Gets or sets the BoxPlotSeriesView.BoxDistance property within the BoxPlotSeriesViewModel.

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    public double BoxDistance { get; set; }

    Property Value

    Type Description
    Double

    The distance between two neighboring points as a fraction of axis units, where an axis unit is the distance between two major values on the axis.

    See Also