Back to Devexpress

ScaleBreak Constructors

corelibraries-devexpress-dot-xtracharts-dot-scalebreak-dot-ctor.md

latest3.9 KB
Original Source

ScaleBreak Constructors

Represents an individual scale break within the collection.

NameParametersDescription
ScaleBreak()noneInitializes a new instance of the ScaleBreak class with the default settings.
ScaleBreak(String, DateOnly, DateOnly)name, edge1, edge2Initializes 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, edge2Initializes 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, edge2Initializes 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, edge2Initializes 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, edge2Initializes 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, edge2Initializes 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)nameInitializes a new instance of the ScaleBreak class with the specified name.

See Also

ScaleBreak Class

ScaleBreak Members

DevExpress.XtraCharts Namespace