Skip to main content

SideBySideBarSeriesView.BarDistance Property

Gets or sets the fixed distance value (in pixels) between two bars of different series shown at the same argument point.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int BarDistance { get; set; }

Property Value

Type Description
Int32

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

See Also