Skip to main content

IAutomaticScaleBreaksCalculator.Calculate(List<Double>, Int32) Method

Calculates scale break positions.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

IList<AutomaticScaleBreak> Calculate(
    List<double> axisValues,
    int maxScaleBreaksCount
)

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