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

AutomaticScaleBreak(Double, Double) Constructor

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.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