DimensionDescriptor Class
Contains the dimension metadata.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
The dimension metadata contains the following information:
- the DimensionDescriptor.DataMember that identifies the data source list used to provide data for the current dimension;
- the DimensionDescriptor.TextGroupInterval and DimensionDescriptor.DateTimeGroupInterval values that identify group intervals for string or date-time values, respectively;
- the name of the dimension (the DimensionDescriptor.Name property);
- the data item identifier (the DimensionDescriptor.ID property).
The following members return the DimensionDescriptor object(s):
- the MultiDimensionalData.GetDimensions method returns the dimension metadata by the data axis name;
- the DataAxis.Dimensions collection describes dimensions that are used to create a hierarchy of axis points for the current axis;
- the AxisPoint.Dimension property identifies the dimension that is used to create the current axis point.
Inheritance
Object
DimensionDescriptor
See Also