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.v26.1.dll

Declaration

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

Property Value

Type Description
IAutomaticScaleBreaksCalculator

An object that implements the IAutomaticScaleBreaksCalculator interface.

See Also