AutoScaleBreaks.AutomaticScaleBreaksCalculator Property
In This Article
Gets or sets an automatic scale breaks calculator for scale breaks.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
[Browsable(false)]
public IAutomaticScaleBreaksCalculator AutomaticScaleBreaksCalculator { get; set; }
#Property Value
Type | Description |
---|---|
IAutomatic |
An object that implements the IAutomatic |
See Also