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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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