AxisPointTuple Class
Represents a tuple of axis points.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
An AxisPointTuple object uniquely identifies a section in a MultiDimensionalData object by defining a set of axis points from different data axes (the DataAxis class). This set does not have to include axis points from all of the axes in a MultiDimensionalData object.
The MultiDimensionalData class exposes the MultiDimensionalData.CreateTuple method allowing you to create a new tuple.
To obtain the axis point belonging to the specified axis, pass the name of the required axis (the DashboardDataAxisNames enumeration value) to the AxisPointTuple.GetAxisPoint method.