AxisRange.MinValue Property
In This Article
Gets or sets the minimum value to display on an Axes. This may not be the same as the minimum 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 minimum 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