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

MapLegendBase.Visible Property

Gets or sets whether to show the map legend.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
Boolean false

true, to show the map legend; otherwise, false.

See Also