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

PolarAxisXRange.SetMinMaxValues(Object, Object) Method

Overrides the AxisRange.SetMinMaxValues method to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public override void SetMinMaxValues(
    object minValue,
    object maxValue
)

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