Strip Class
In This Article
Represents a strip within a chart control’s diagram.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public class Strip :
ChartFrameworkElement,
IStrip
#Remarks
The Strip class contains settings that define the functionality of strips within a chart control’s diagram.
Strip objects associated with a particular axis are contained within its StripCollection, returned by the AxisBase.Strips property.
For more information, refer to Strip.
#Inheritance
Object
DependencyObject
UIElement
FrameworkElement
DevExpress.WinUI.Core.Internal.DXLogicalFrameworkElement
See Also