Skip to main content

StripCollection Class

Represents a collection that stores the strips of a particular axis.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class StripCollection :
    CollectionBase<object>

The following members return StripCollection objects:

Remarks

Each axis (in particular, an axis of the AxisX or AxisY type) can hold a collection of strips, returned by the AxisBase.Strips property and represented by the StripCollection class. Each collection item is represented by a Strip object.

For more information, refer to Strip.

Inheritance

Object
Collection<Object>
ObservableCollection<Object>
DevExpress.WinUI.Core.Internal.BaseObservableCollection<Object>
CollectionBase<Object>
StripCollection
See Also