BootstrapChartValueAxis.SynchronizedValue Property
Synchronizes two or more value axes with each other at a specific value.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Decimal | "-32768" | A decimal value. |
Remarks
A SynchronizedValue produces an extra tick on the value axis. Such ticks of each value axis will be laid in one line thus synchronizing the axes with each other.
Note
For full-stacked-like series, the SynchronizedValue property accepts a value from 0 to 1, where 0 denotes 0% and 1 denotes 100%.
See Also