Skip to main content

AutomaticScaleBreak(Double, Double) Constructor

Initializes a new instance of the AutomaticScaleBreak class with the specified settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public AutomaticScaleBreak(
    double edge1,
    double edge2
)

Parameters

Name Type Description
edge1 Double

The first edge of a scale break.

edge2 Double

The second edge of a scale break.

See Also