Freigeben über


ChartDataPointInstance.AxisLabel-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property AxisLabel As Object 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

ChartDataPointInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace