Skip to main content

BootstrapChart.SynchronizeMultiAxes Property

Indicates whether to synchronize value axes when they are displayed on a single pane.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(true)]
public bool SynchronizeMultiAxes { get; set; }

Property Value

Type Default Description
Boolean true

true to synchronize value axes; otherwise, false.

Remarks

When synchronized, the ticks (or grid lines) of all the value axes in a pane are located on the same line.

See Also