IAutomaticScaleBreaksCalculator.Calculate(List<Double>, Int32) Method
Calculates scale break positions.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.2.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| axisValues | List<Double> | The list of axis values that are used to calculate scale breaks. |
| maxScaleBreaksCount | Int32 | The maximum possible number of scale breaks. |
Returns
| Type | Description |
|---|---|
| IList<AutomaticScaleBreak> | The list of automatic scale breaks. |
See Also