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

RangeInfo.MaxValue Property

Returns the axis range’s maximum value.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public readonly object MaxValue { get; }

Property Value

Type Description
Object

The axis range’s maximum value.

Remarks

The concrete return value type depends on the axis’s scale type:

Scale Type Return Value Type
Qualitative String
Numeric Double
DateTime DateTime
See Also