Skip to main content
A newer version of this page is available. .

Strip Class

Represents a strip within a chart control’s diagram.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.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