Back to Devexpress

Strip Class

wpf-devexpress-dot-xpf-dot-charts-3b090114.md

latest3.3 KB
Original Source

Strip Class

Represents a strip within a chart control’s diagram.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class Strip :
    ChartElement,
    IStrip,
    ILegendVisible,
    IInteractiveElement,
    IScrollBarAnnotation
vb
Public Class Strip
    Inherits ChartElement
    Implements IStrip,
               ILegendVisible,
               IInteractiveElement,
               IScrollBarAnnotation

The following members return Strip objects:

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 Axis2D.Strips property.

For more information, refer to Strips.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Strip class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-charts-custom-draw-chart-series-points/CS/CustomDrawChart/MainWindow.xaml#L22

xml
<dxc:AxisY2D.Strips>
    <dxc:Strip AxisLabelText="High" MinLimit="2" MaxLimit="3"
               Brush="#FFFFDBDB" BorderColor="#00BB002F" />

Implements

ILegendVisible

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement Strip

See Also

Strip Members

DevExpress.Xpf.Charts Namespace