Dimension.GroupChildValues Property
Gets or sets whether to group Treemap tiles corresponding to values of the child dimension by values of the current dimension.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to group Treemap tiles corresponding to values of the child dimension by values of the current dimension; otherwise, false. |
Remarks
Note that the GroupChildValues property is in effect if the current Dimension contains a child dimension.
See Also