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

AxisRangeBase Class

The base class for all axis ranges.

Namespace: DevExpress.UI.Xaml.Charts

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

Declaration

public abstract class AxisRangeBase :
    ChartElement

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
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
See Also