Back to Devexpress

AxisPointTuple Class

dashboard-devexpress-dot-dashboardcommon-dot-viewerdata-fa213272.md

latest3.7 KB
Original Source

AxisPointTuple Class

Represents a tuple of axis points.

Namespace : DevExpress.DashboardCommon.ViewerData

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class AxisPointTuple
vb
Public Class AxisPointTuple

The following members return AxisPointTuple objects:

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.

Inheritance

Object AxisPointTuple

See Also

AxisPointTuple Members

DevExpress.DashboardCommon.ViewerData Namespace