Skip to main content
A newer version of this page is available. .

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

Calculates scale break positions.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

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