ChartDataPointInstance.AxisLabel Property
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
Property Value
Type: System.Object
An object that represents the calculated value of the AxisLabel property.