Compartilhar via


Propriedade do RDL ChartDataPointInstance.AxisLabel

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property AxisLabel As Object 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ChartDataPointInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering