Skip to main content

RangeControlClientBarView.BarDistance Property

Gets or sets the distance value (in pixels) between two neighboring bars of the range control client bar view.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public int BarDistance { get; set; }

Property Value

Type Description
Int32

An integer value that represents the distance between two neighboring bars, in pixels.

Remarks

The BarDistance property’s value is measured in pixels, allowing the distance set to remain the same when the size of a chart range control client is changed.

See Also