Condividi tramite


Proprietà ChartSeries.ChartItemInLegend

Gets how the series appears when displayed in a legend.

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

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property ChartItemInLegend As ChartItemInLegend 
    Get
'Utilizzo
Dim instance As ChartSeries 
Dim value As ChartItemInLegend 

value = instance.ChartItemInLegend
public abstract ChartItemInLegend ChartItemInLegend { get; }
public:
virtual property ChartItemInLegend^ ChartItemInLegend {
    ChartItemInLegend^ get () abstract;
}
abstract ChartItemInLegend : ChartItemInLegend
abstract function get ChartItemInLegend () : ChartItemInLegend

Valore proprietà

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

Vedere anche

Riferimento

ChartSeries Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering