Back to Devexpress

QualitativeStrip Class

maui-devexpress-dot-maui-dot-charts-9ffbad7c.md

latest3.6 KB
Original Source

QualitativeStrip Class

The highlighted area limited by two fixed values (minimal and maximal limits) of an axis, and is perpendicular to the axis.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public class QualitativeStrip :
    StripBase

Remarks

Strips represent a range of values visually, behind series. They allow users to trace whether the series point values fall in or out of the range:

Strips belong to an axis object. The axis can contain an unlimited number of strips. A qualitative axis (QualitativeAxisX) holds its strips in the QualitativeStripCollection collection which the QualitativeAxisX.Strips property returns.

The following QualitativeStrip properties allow you to configure a strip:

|

Property

|

Description

| | --- | --- | |

MinLimit

|

Gets or sets the minimum limiting value of the strip along an axis. This is a bindable property.

| |

MinLimitEnabled

|

Gets or sets whether the strip is limited by its MinLimit value. This is a bindable property.

| |

MaxLimit

|

Gets or sets the maximum limiting value of the strip along an axis. This is a bindable property.

| |

MaxLimitEnabled

|

Gets or sets whether the strip is limited by its MaxLimit value. This is a bindable property.

| |

AxisLabel

|

Gets or sets the axis label the strip displays on the axis to which the strip belongs. This is a bindable property.

| |

VisibleInLegend

|

Gets or sets whether the chart legend displays a legend item for the strip. This is a bindable property.

| |

LegendText

|

Gets or sets a text the strip provides to the chart legend. This is a bindable property.

| |

Style

|

Gets or sets appearance settings of the strip. This is a bindable property.

|

Implements

IElementController

INotifyPropertyChanged

Inheritance

System.Object BindableObject Element ChartElementBase ChartElement StyledElement StripBase QualitativeStrip

Extension Methods

Yield<QualitativeStrip>()

YieldIfNotNull<QualitativeStrip>()

See Also

QualitativeStrip Members

DevExpress.Maui.Charts Namespace