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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCollection
A ChartLegendCollection object.

See Also

Reference

Chart Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace