MultiDimensionalData.CreateTuple(IList<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(
IList<AxisPoint> axisPoints
)
#Parameters
Name | Type | Description |
---|---|---|
axis |
IList<Axis |
A list of Axis |
#Returns
Type | Description |
---|---|
Axis |
An Axis |
See Also