Strip.EndValue Property
In This Article
Gets or sets the end value of the strip along an axis.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#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