wpf-devexpress-dot-xpf-dot-charts-d02dda09.md
The collection of the manually created axis scale breaks.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public class ScaleBreakCollection :
ChartElementCollection<ScaleBreak>,
IEnumerable<IScaleBreak>,
IEnumerable
Public Class ScaleBreakCollection
Inherits ChartElementCollection(Of ScaleBreak)
Implements IEnumerable(Of IScaleBreak),
IEnumerable
The following members return ScaleBreakCollection objects:
ScaleBreakCollection stores the ScaleBreak objects and is available using the Axis2D.ScaleBreaks property.
Note that automatic scale breaks do not present in this collection. Use the AutoScaleBreaks class to enable automatic scale breaks.
Object Collection<ScaleBreak> ObservableCollection<ScaleBreak> ChartDependencyObjectCollection<ScaleBreak> ChartElementCollection<ScaleBreak> ScaleBreakCollection
See Also