Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(false)]
public bool GroupChildValues { get; set; }

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