Skip to main content
A newer version of this page is available. .

AxisRange.ActualMinValueInternal Property

Gets the actual internal numerical representation of the range minimum value.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public double ActualMinValueInternal { get; }

Property Value

Type Description
Double

A Double value that represents the internal representation of the range minimum value.

See Also