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

ChartDashboardItem.Legend Property

Provides access to a chart legend.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public ChartLegend Legend { get; }

Property Value

Type Description
ChartLegend

A ChartLegend object that represents a chart legend.

See Also