Skip to main content

WebChartControl.Legends Property

Returns a collection of additional legends.

Namespace: DevExpress.XtraCharts.Web

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

NuGet Package: DevExpress.Web.Visualization

#Declaration

public LegendCollection Legends { get; }

#Property Value

Type Description
LegendCollection

A collection of Legend objects.

See Also