MultiDimensionalData.CreateTuple(AxisPoint[]) Method
In This Article
Creates a tuple based on the specified axis points.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public AxisPointTuple CreateTuple(
params AxisPoint[] axisPoints
)
#Parameters
Name | Type | Description |
---|---|---|
axis |
Axis |
An array of Axis |
#Returns
Type | Description |
---|---|
Axis |
An Axis |
See Also