Skip to main content

MultiDimensionalData.CreateTuple(IList<AxisPoint>) Method

Creates a tuple based on the specified axis points.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public AxisPointTuple CreateTuple(
    IList<AxisPoint> axisPoints
)

#Parameters

Name Type Description
axisPoints IList<AxisPoint>

A list 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