mobilecontrols-devexpress-dot-xamarinforms-dot-charts-650e0edb.md
The highlighted area limited by two fixed values (minimal and maximal limits) of an axis, and is perpendicular to the axis.
Namespace : DevExpress.XamarinForms.Charts
Assembly : DevExpress.XamarinForms.Charts.dll
NuGet Package : DevExpress.XamarinForms.Charts
public class QualitativeStrip :
StripBase
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
| | --- | --- | |
|
Gets or sets the minimum limiting value of the strip along an axis.
| |
|
Indicates whether the strip is limited by its MinLimit value.
| |
|
Gets or sets the maximum limiting value of the strip along an axis.
| |
|
Indicates whether the strip is limited by its MaxLimit value.
| |
|
Gets or sets the axis label the strip displays on the axis to which the strip belongs.
| |
|
Gets or sets whether the chart legend displays a legend item for the strip.
| |
|
Gets or sets a text the strip provides to the chart legend.
| |
|
Gets or sets appearance settings of the strip.
|
Object ChartElement StyledElement StripBase QualitativeStrip
See Also