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
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