AxisRange.MaxValue Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#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