Skip to main content

MultiDimensionalData Members

Represents multidimensional data visualized in the dashboard item.

Properties

Name Description
IsEmpty Gets a value that indicates whether the current MultiDimensionalData object is initialized.

Methods

Name Description
CreateTuple(AxisPoint[]) Creates a tuple based on the specified axis points.
CreateTuple(Dictionary<String, Object>) Creates a tuple based on the specified axes names and corresponding values.
CreateTuple(IList<AxisPoint>) Creates a tuple based on the specified axis points.
CreateTuple(Object) Creates a tuple based on the specified value.
CreateTuple(String, Object) Creates a tuple based on the specified axis name and corresponding value.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAxis(String) Gets the specified data axis.
GetAxisNames() Gets the names of the axes that constitute the current MultiDimensionalData object.
GetAxisPointByUniqueValues(String, Object[]) Gets the axis point for the specified axis by unique values.
GetAxisPoints(String) Gets data points belonging to the specified axis.
GetAxisPointsByDimension(DimensionDescriptor) Gets axis points corresponding to the specified dimension.
GetAxisRoot(String) Gets the root axis point belonging to the specified data axis.
GetDataMembers() Returns a collection of data members available in a data source.
GetDeltas() Gets the deltas for the current MultiDimensionalData object.
GetDeltaValue(DeltaDescriptor) Gets the summary value for the specified delta.
GetDimensions(String) Gets dimensions used to create a hierarchy of axis points for the specified axis.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetMeasures() Gets the measures for the current MultiDimensionalData object.
GetSlice(AxisPoint) Gets the slice of the current MultiDimensionalData object by the specified axis point.
GetSlice(AxisPointTuple) Gets the slice of the current MultiDimensionalData object by the specified axis point tuple.
GetSlice(String, Object[]) Gets the slice of the current MultiDimensionalData object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValue(MeasureDescriptor) Gets the summary value for the specified measure.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also