Condividi tramite


Proprietà Chart.Legends

Gets the chart legends.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Legends As ChartLegendCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Chart Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering