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

ChartLegend.Visible Property

Gets or sets whether the chart’s legend is visible.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

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

Property Value

Type Default Description
Boolean true

true if the chart’s legend is visible; otherwise, false.

See Also