Skip to main content

VisualAxisRange.Synchronize Property

Gets or sets a value indicating whether or not to synchronize this visual range with the AxisBase.WholeRange.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool Synchronize { get; set; }

Property Value

Type Description
Boolean

true, to synchronize with the whole range; otherwise, false.

See Also