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

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

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