Skip to main content

Strip.StartValue Property

Gets or sets the start 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 StartValue { get; set; }

Property Value

Type Description
Object

An Object which specifies the start 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 StartValue and Strip.EndValue properties.

See Also