Back to Devexpress

ScaleBreakCollection Class

wpf-devexpress-dot-xpf-dot-charts-d02dda09.md

latest2.2 KB
Original Source

ScaleBreakCollection Class

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

Declaration

csharp
public class ScaleBreakCollection :
    ChartElementCollection<ScaleBreak>,
    IEnumerable<IScaleBreak>,
    IEnumerable
vb
Public Class ScaleBreakCollection
    Inherits ChartElementCollection(Of ScaleBreak)
    Implements IEnumerable(Of IScaleBreak),
               IEnumerable

The following members return ScaleBreakCollection objects:

Remarks

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.

Inheritance

Object Collection<ScaleBreak> ObservableCollection<ScaleBreak> ChartDependencyObjectCollection<ScaleBreak> ChartElementCollection<ScaleBreak> ScaleBreakCollection

See Also

ScaleBreakCollection Members

DevExpress.Xpf.Charts Namespace