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