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