Skip to main content

WebChartControl.Legend Property

Returns the WebChartControl legend.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v24.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

#Declaration

public Legend Legend { get; }

#Property Value

Type Description
Legend

A WebChartControl legend.

#Remarks

For more information, refer to Legends.

See Also