Partager via


Propriété ChartDataPoint.ItemInLegend

Gets the legend properties for this data point.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property ItemInLegend As ChartItemInLegend 
    Get
'Utilisation
Dim instance As ChartDataPoint 
Dim value As ChartItemInLegend 

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ChartItemInLegend
A ChartItemInLegend object that represents the legend properties for this data point.

Voir aussi

Référence

ChartDataPoint Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering