Share via


ChartDataPoint.m_dataLabel Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

A ChartDataLabel object that represents the label for the data point.

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

Syntax

'Declaration
Protected m_dataLabel As ChartDataLabel
'Usage
Dim value As ChartDataLabel 

value = Me.m_dataLabel 

Me.m_dataLabel = value
protected ChartDataLabel m_dataLabel
protected:
ChartDataLabel^ m_dataLabel
val mutable m_dataLabel: ChartDataLabel
protected var m_dataLabel : ChartDataLabel

See Also

Reference

ChartDataPoint Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace