Skip to main content

AxisRangeBase.SetInternalValues(Double, Double) Method

Sets both the start and end internal values of an axis range.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public void SetInternalValues(
    double start,
    double end
)

Parameters

Name Type Description
start Double

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

end Double

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

See Also