Skip to main content

MultiDimensionalData.CreateTuple(Object) Method

Creates a tuple based on the specified value.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public AxisPointTuple CreateTuple(
    object value
)

Parameters

Name Type Description
value Object

An axis point value.

Returns

Type Description
AxisPointTuple

An AxisPointTuple object representing an axis point tuple.

See Also