Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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