Partager via


Propriété ChartDataPoint.ChartItemInLegend

Defines how the data point appears when displayed in a legend (when Series.Type = Shape).

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ChartItemInLegend As ChartItemInLegend 
    Get 
    Set
'Utilisation
Dim instance As ChartDataPoint 
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)

Valeur de propriété

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

Voir aussi

Référence

ChartDataPoint Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel