Skip to main content

Strip.EndValue Property

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

public object EndValue { get; set; }

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