Chart.Legends Property

Gets the chart legends.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Legends As ChartLegendCollection
    Get
'Usage
Dim instance As Chart
Dim value As ChartLegendCollection

value = instance.Legends
public ChartLegendCollection Legends { get; }
public:
property ChartLegendCollection^ Legends {
    ChartLegendCollection^ get ();
}
member Legends : ChartLegendCollection
function get Legends () : ChartLegendCollection