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

AxisRange.SetInternalMinMaxValues(Double, Double) Method

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public void SetInternalMinMaxValues(
    double min,
    double max
)

Parameters

Name Type Description
min Double

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

max Double

A Double value which 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