MultiDimensionalData.CreateTuple(Dictionary<String, Object>) Method
In This Article
Creates a tuple based on the specified axes names and corresponding values.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public AxisPointTuple CreateTuple(
Dictionary<string, object> axisValues
)
#Parameters
Name | Type | Description |
---|---|---|
axis |
Dictionary<String, Object> | The collection of axes names and corresponding values. |
#Returns
Type | Description |
---|---|
Axis |
An Axis |
#Remarks
Use the DashboardDataAxisNames class constants to pass the name of the axis to the CreateTuple method.
See Also