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

BootstrapChartValueAxis.SynchronizedValue Property

Synchronizes two or more value axes with each other at a specific value.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(typeof(decimal), "-32768")]
public decimal SynchronizedValue { get; set; }

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