Back to Devexpress

WebChartControl.Legends Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-07bced12.md

latest1.1 KB
Original Source

WebChartControl.Legends Property

Returns a collection of additional legends.

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public LegendCollection Legends { get; }
vb
Public ReadOnly Property Legends As LegendCollection

Property Value

TypeDescription
LegendCollection

A collection of Legend objects.

|

See Also

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace