Partager via


Propriété ChartDataPoint.AxisLabel

Gets the label to use on the axis for the data point.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property AxisLabel As ReportVariantProperty 
    Get
'Utilisation
Dim instance As ChartDataPoint 
Dim value As ReportVariantProperty 

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object that represents the label to use on the axis for the data point.

Voir aussi

Référence

ChartDataPoint Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering