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

AutoScaleBreaks.AutomaticScaleBreaksCalculator Property

Gets or sets an automatic scale breaks calculator for scale breaks.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public IAutomaticScaleBreaksCalculator AutomaticScaleBreaksCalculator { get; set; }

Property Value

Type Description
IAutomaticScaleBreaksCalculator

An object that implements the IAutomaticScaleBreaksCalculator interface.

See Also