PolarAxisXRange.SetMinMaxValues(Object, Object) Method
Overrides the AxisRange.SetMinMaxValues method to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
minValue | Object | A Double value. |
maxValue | Object | A Double value. |
Remarks
This method is overridden to hide the corresponding method of the AxisRange class, because the SetMinMaxValues method isn’t appropriate for the PolarAxisXRange class.
See Also