Skip to main content

AxisRangeBase.StartValue Property

Gets or sets the value identifying the start of the range.

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

A Object that specifies the start value of the range.

See Also