Back to Devexpress

BoxPlotSeries2D.BoxWidth Property

wpf-devexpress-dot-xpf-dot-charts-dot-boxplotseries2d-62916dac.md

latest1.2 KB
Original Source

BoxPlotSeries2D.BoxWidth Property

Gets or sets the Box Plot’s point width measured in axis units.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double BoxWidth { get; set; }
vb
Public Property BoxWidth As Double

Property Value

TypeDescription
Double

The Box Plot point’s width in fractions of axis units , where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to 0.

|

Remarks

The BoxWidth property allows Box Plot points to be automatically resized when the chart is resized.

See Also

BoxPlotSeries2D Class

BoxPlotSeries2D Members

DevExpress.Xpf.Charts Namespace