Condividi tramite


Proprietà ChartSeries.ChartItemInLegend

Defines how the series appears when displayed in a legend.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

value = instance.ChartItemInLegend

instance.ChartItemInLegend = value
public ChartItemInLegend ChartItemInLegend { get; set; }
public:
property ChartItemInLegend^ ChartItemInLegend {
    ChartItemInLegend^ get ();
    void set (ChartItemInLegend^ value);
}
member ChartItemInLegend : ChartItemInLegend with get, set
function get ChartItemInLegend () : ChartItemInLegend 
function set ChartItemInLegend (value : ChartItemInLegend)

Valore proprietà

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

Vedere anche

Riferimento

ChartSeries Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel