AxisRangeBase Class
The base class for all axis ranges.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Remarks
The AxisRangeBase class introduces the AxisRangeBase.StartValue and AxisRangeBase.EndValue properties that define the start and end limits of a range. These properties are defined in numerical, date-time, or string values - according to the actual scale type used by an axis.
In addition, the AxisRangeBase class introduces the AxisRangeBase.StartValueInternal and AxisRangeBase.EndValueInternal properties that allow you to specify range limits in internal numerical values.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
See Also