Compartir a través de


ChartSeries.ChartItemInLegend Propiedad

Gets how the series appears when displayed in a legend.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property ChartItemInLegend As ChartItemInLegend 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ChartSeries Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering