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

PieDashboardItem.TooltipContentType Property

Gets or sets which values are displayed within tooltips.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

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

Declaration

[DefaultValue(PieValueType.ArgumentValueAndPercent)]
public PieValueType TooltipContentType { get; set; }

Property Value

Type Default Description
PieValueType **ArgumentValueAndPercent**

A PieValueType enumeration member that specifies which values are displayed within tooltips.

See Also