Back to Devexpress

DateTimeStrip Class

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-8dbee8dc.md

latest3.2 KB
Original Source

DateTimeStrip Class

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

Declaration

csharp
public class DateTimeStrip :
    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 date-time axis (DateTimeAxisX) holds its strips in the DateTimeStripCollection collection which the DateTimeAxisX.Strips property returns.

The following DateTimeStrip properties allow you to configure a strip:

|

Property

|

Description

| | --- | --- | |

MinLimit

|

Gets or sets the minimum limiting value of the strip along an axis.

| |

MinLimitEnabled

|

Indicates whether the strip is limited by its MinLimit value.

| |

MaxLimit

|

Gets or sets the maximum limiting value of the strip along an axis.

| |

MaxLimitEnabled

|

Indicates whether the strip is limited by its MaxLimit value.

| |

AxisLabel

|

Gets or sets the axis label the strip displays on the axis to which the strip belongs.

| |

VisibleInLegend

|

Gets or sets whether the chart legend displays a legend item for the strip.

| |

LegendText

|

Gets or sets a text the strip provides to the chart legend.

| |

Style

|

Gets or sets appearance settings of the strip.

|

Implements

INotifyPropertyChanged

Inheritance

Object ChartElement StyledElement StripBase DateTimeStrip

See Also

DateTimeStrip Members

DevExpress.XamarinForms.Charts Namespace