Skip to main content
A newer version of this page is available. .

PolarAxisXRange.SetInternalMinMaxValues(Double, Double) Method

Overrides the AxisRange.SetInternalMinMaxValues method to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public override void SetInternalMinMaxValues(
    double min,
    double max
)

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