Skip to main content

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

NuGet Package: DevExpress.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