Skip to main content

AutoScaleBreaks.AutomaticScaleBreaksCalculator Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: 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