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