Skip to main content

GaugeDashboardItem.ShowGaugeCaptions Property

Gets or sets whether to show captions for individual gauges within this dashboard item.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(true)]
public bool ShowGaugeCaptions { get; set; }

Property Value

Type Default Description
Boolean true

true, to show captions for individual gauges within this dashboard item; otherwise, false.

Remarks

In the following GaugeDashboardItem, the ShowGaugeCaptions property is set to true.

Gauge_GaugeCaptions

See Also