Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

public AxisPointTuple CreateTuple(
    Dictionary<string, object> axisValues
)

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