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

VisualAxisRange Class

Defines the leftmost and rightmost values that are currently visible on an axis.

Namespace: DevExpress.UI.Xaml.Charts

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

Declaration

public class VisualAxisRange :
    AxisRangeBase

The following members return VisualAxisRange objects:

Remarks

An instance of the VisualAxisRange class can be obtained via the AxisBase.VisualRange property, which defines the visible range of axis values. The AxisBase.WholeRange property defines the whole available range of values that can be displayed on an axis.

So, if the VisualRange is equal to the WholeRange, no scrolling and zooming is applied to chart data. And, if the VisualRange is less than the WholeRange, chart data is zoomed in and scrolled.

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
See Also