Back to Devexpress

ChartControlSettings.Legends Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-532d7e74.md

latest1.1 KB
Original Source

ChartControlSettings.Legends Property

Returns a collection of additional legends.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
LegendCollection

A collection of Legend objects.

|

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace