Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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

See Also