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

MultiDimensionalData.CreateTuple(AxisPoint[]) Method

Creates a tuple based on the specified axis points.

Namespace: DevExpress.DashboardCommon.ViewerData

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

Declaration

public AxisPointTuple CreateTuple(
    params AxisPoint[] axisPoints
)

Parameters

Name Type Description
axisPoints AxisPoint[]

An array of AxisPoint objects that specify axis points belonging to different data axes.

Returns

Type Description
AxisPointTuple

An AxisPointTuple object representing an axis point tuple.

See Also