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

WholeAxisRange Class

Defines the minimum and possible values that can be displayed on an axis.

Namespace: DevExpress.UI.Xaml.Charts

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

Declaration

public class WholeAxisRange :
    AxisRangeBase

The following members return WholeAxisRange objects:

Remarks

An instance of the WholeAxisRange class can be obtained via the AxisBase.WholeRange property, which defines the whole available range of axis values. The AxisBase.VisualRange property defines which part of the AxisBase.WholeRange should be currently visible on a chart.

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