Partager via


Propriété ChartDataPointInstance.AxisLabel

Gets the calculated value of the AxisLabel property in a ChartDataPoint class.

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

Syntaxe

'Déclaration
Public ReadOnly Property AxisLabel As Object 
    Get
'Utilisation
Dim instance As ChartDataPointInstance 
Dim value As Object 

value = instance.AxisLabel
public Object AxisLabel { get; }
public:
property Object^ AxisLabel {
    Object^ get ();
}
member AxisLabel : Object
function get AxisLabel () : Object

Valeur de propriété

Type : System.Object
An object that represents the calculated value of the AxisLabel property.

Voir aussi

Référence

ChartDataPointInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering