dashboard-devexpress-dot-dashboardcommon-dot-viewerdata-fa213272.md
Represents a tuple of axis points.
Namespace : DevExpress.DashboardCommon.ViewerData
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class AxisPointTuple
Public Class AxisPointTuple
The following members return AxisPointTuple objects:
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.
Object AxisPointTuple
See Also