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

WebChartControl.Legend Property

Gets the web chart control’s legend and provides access to its settings.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v19.1.Web.dll

Declaration

public Legend Legend { get; }

Property Value

Type Description
Legend

A Legend object that represents the web chart control’s legend.

Remarks

For more information, refer to Legends.

See Also