Skip to main content

AxisRangeBase.StartValueInternal Property

Gets or sets the internal numerical representation of the range start value.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double StartValueInternal { get; set; }

Property Value

Type Description
Double

A Double value which specifies the internal representation of the range start value.

See Also