WebChartControl.Legends Property
In This Article
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 |
---|---|
Legend |
A collection of Legend objects. |
See Also