Skip to main content
All docs
V23.2

BoxPlotSeriesViewModel.BoxDistance Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.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