Skip to main content

ScatterChartDashboardItem.Legend Property

Provides access to a scatter chart legend.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ChartLegend Legend { get; }

Property Value

Type Description
ChartLegend

A ChartLegend object that is the chart legend.

See Also