AxisRangeBase.SetValues(Object, Object) Method
In This Article
Sets both the start and end 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 | Object | A Object which specifies the start set value. The type of an object depends on the data scale type. |
end | Object | A Object which specifies the end set value. The type of an object depends on the data scale type. |
See Also