TreemapDashboardItem.TilesLabelContentType Property
Gets or sets the type of values displayed within the Treemap tiles.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[DefaultValue(TreemapValueType.Argument)]
public TreemapValueType TilesLabelContentType { get; set; }
Property Value
Type | Default | Description |
---|---|---|
TreemapValueType | Argument | A TreemapValueType enumeration value that specifies the type of values displayed within the Treemap tiles. |
Remarks
To learn more, see Labels.
See Also