Skip to main content
All docs
V18.2

ASPxClientDashboardItemData Methods

Represents multidimensional data visualized in the dashboard item.
Name Description
CreateTuple(ASPxClientDashboardItemDataAxisPoint[]) Creates a tuple based on the specified axis points.
CreateTuple(Object[]) Creates a tuple based on the specified axes names and corresponding values.
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) Returns the specified data axis.
GetAxisNames() Gets the names of the axes that constitute the current ASPxClientDashboardItemData.
GetDataMembers() Returns an array of data members available in a data source.
GetDeltas() Gets the deltas for the current ASPxClientDashboardItemData object.
GetDeltaValue(String) Gets the summary value for the specified delta.
GetDimensions(String) Gets the 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 ASPxClientDashboardItemData object.
GetMeasureValue(String) Returns a total summary value for the specified measure.
GetSlice(ASPxClientDashboardItemDataAxisPoint) Gets the slice of the current ASPxClientDashboardItemData object by the specified axis point.
GetSlice(ASPxClientDashboardItemDataAxisPointTuple) Gets the slice of the current ASPxClientDashboardItemData object by the specified axis point tuple.
GetType() Gets the Type of the current instance. Inherited from Object.
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