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

Range.ActualMinValue Property

Gets the actual minimum value of the axis range.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public object ActualMinValue { get; }

Property Value

Type Description
Object

A Object that represents the minimum value of the axis range.

See Also