Skip to main content

AxisRange.MaxValue Property

Gets or sets the maximum value to display on an Axes. This may not be the same as the maximum value of the series associated with this axis.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public object MaxValue { get; set; }

Property Value

Type Description
Object

A Object that specifies the maximum value to display on an axis.

Remarks

For more information about axis ranges, refer to the following help topic: Whole and Visual Ranges.

See Also