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.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v18.2.dll

Declaration

public class Strip :
    ChartElement,
    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
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
See Also