AutomaticScaleBreak(Double, Double) Constructor
Initializes a new instance of the AutomaticScaleBreak class with the specified settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
edge1 | Double | The first edge of a scale break. |
edge2 | Double | The second edge of a scale break. |
See Also