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