Skip to main content
All docs
V18.2

ASPxClientDashboardItemDataAxis Class

An axis that contains data points corresponding to the specified value hierarchy.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public class ASPxClientDashboardItemDataAxis

The following members return ASPxClientDashboardItemDataAxis objects:

Remarks

Each data-bound dashboard item uses a multidimensional representation of data. This provides the capability to visualize information hierarchically. For instance, the pivot grid allows end-users to expand or collapse column/row field values to view data at different detail levels. The Drill-Down feature provides a common way to move between different detail levels in different dashboard items.

The value corresponding to a specific hierarchy level is stored in the ASPxClientDashboardItemDataAxisPoint class that defines a data point in a multidimensional space. Such data points are placed on a specific data axis that is represented by the ASPxClientDashboardItemDataAxis class. For instance, the pivot grid has the “Row” and “Column” axes, the chart has the “Argument” and “Series” axes, etc.

The ASPxClientDashboardItemDataAxis.GetRootPoint method returns the root point on the current axis. The ASPxClientDashboardItemDataAxis.GetPoints method returns all axis points on the current axis.

The ASPxClientDashboardItemDataAxis.GetDimensions method returns dimensions that are used to create a hierarchy of axis points for the current axis.

Inheritance

Object
ASPxClientDashboardItemDataAxis
See Also