Strip.EndValue Property
In This Article
Gets or sets the end value of the strip along an axis.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Object | An Object which specifies the end axis value for the strip. |
#Remarks
A strip is positioned along its axis based upon two limits - start and end, which are specified via the Strip.StartValue and EndValue properties.
See Also