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

AxisBase.SynchronizeVisualRange Property

Indicates whether to make the visual range equal to the whole range when its start and end values are changed.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "SynchronizeVisualRangeChanged")]
public bool SynchronizeVisualRange { get; set; }

Property Value

Type Description
Boolean

true if the visual and whole ranges are synchronized; otherwise, false.

See Also