corelibraries-devexpress-dot-xtracharts-dot-scalebreak-dot-ctor.md
Represents an individual scale break within the collection.
| Name | Parameters | Description |
|---|---|---|
| ScaleBreak() | none | Initializes a new instance of the ScaleBreak class with the default settings. |
| ScaleBreak(String, DateOnly, DateOnly) | name, edge1, edge2 | Initializes a new instance of the ScaleBreak class with the specified name and edge values (suitable for an axis with the DateTime scale type). |
| ScaleBreak(String, DateTime, DateTime) | name, edge1, edge2 | Initializes a new instance of the ScaleBreak class with the specified name and Date-Time edges (suitable for an axis whose scale type is date-time ). |
| ScaleBreak(String, Double, Double) | name, edge1, edge2 | Initializes a new instance of the ScaleBreak class with the specified name and Double edges (suitable for an axis whose scale type is numeric ). |
| ScaleBreak(String, String, String) | name, edge1, edge2 | Initializes a new instance of the ScaleBreak class with the specified name and String edges (suitable for an axis whose scale type is qualitative ). |
| ScaleBreak(String, TimeOnly, TimeOnly) | name, edge1, edge2 | Initializes a new instance of the ScaleBreak class with the specified name and edge values (suitable for an axis with the DateTime scale type). |
| ScaleBreak(String, TimeSpan, TimeSpan) | name, edge1, edge2 | Initializes a new instance of the ScaleBreak class with the specified name and edge values (suitable for an axis with the TimeSpan scale type). |
| ScaleBreak(String) | name | Initializes a new instance of the ScaleBreak class with the specified name. |
See Also