Strip Class
In This Article
Represents a strip within a chart control’s diagram.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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
DependencyObject
Windows.UI.Xaml.UIElement
See Also