Back to Devexpress

MultiDimensionalData.CreateTuple Method

dashboard-devexpress-dot-dashboardcommon-dot-viewerdata-dot-multidimensionaldata-dot-createtuple.md

latest1.3 KB
Original Source

MultiDimensionalData.CreateTuple Method

NameParametersDescription
CreateTuple(AxisPoint[])axisPointsCreates a tuple based on the specified axis points.
CreateTuple(Dictionary<String, Object>)axisValuesCreates a tuple based on the specified axes names and corresponding values.
CreateTuple(IList<AxisPoint>)axisPointsCreates a tuple based on the specified axis points.
CreateTuple(Object)valueCreates a tuple based on the specified value.
CreateTuple(String, Object)axisName, valueCreates a tuple based on the specified axis name and corresponding value.