Skip to main content

MultiDimensionalData.CreateTuple(String, Object) Method

Creates a tuple based on the specified axis name and corresponding value.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public AxisPointTuple CreateTuple(
    string axisName,
    object value
)

#Parameters

Name Type Description
axisName String

A string value returned by the DashboardDataAxisNames class that specifies the name of the data axis.

value Object

An axis point value.

#Returns

Type Description
AxisPointTuple

An AxisPointTuple object representing an axis point tuple.

See Also