StripCollection Class
Represents a collection that stores the strips of a particular axis.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v19.2.dll
Declaration
public class StripCollection :
CollectionBase<object>
Public Class StripCollection
Inherits CollectionBase(Of Object)
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.
See Also
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...