Skip to main content

AxisRange.SetInternalMinMaxValues(Double, Double) Method

Sets both minimum and maximum internal values of an axis range.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public void SetInternalMinMaxValues(
    double min,
    double max
)

#Parameters

Name Type Description
min Double

A Double value that specifies the minimum internal value to be set.

max Double

A Double value that specifies the maximum internal value to be set.

#Remarks

The SetInternalMinMaxValues method provides a range check and correct internal value mapping of an axis.

See Also