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

SnapChart.Legend Property

Returns the chart’s legend and provides access to its settings.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v20.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

Legend Legend { get; }

Property Value

Type Description
Legend

A Legend object that specifies a legend on the chart.

Remarks

Refer to the Legends article for more information on how to manipulate legends on a chart.

See Also