AutoScaleBreaks.AutomaticScaleBreaksCalculator Property
Gets or sets an automatic scale breaks calculator for scale breaks.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.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