ChartSeries.DataLabel Property
Gets the label for the data points.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property DataLabel As ChartDataLabel
Get
'Usage
Dim instance As ChartSeries
Dim value As ChartDataLabel
value = instance.DataLabel
public abstract ChartDataLabel DataLabel { get; }
public:
virtual property ChartDataLabel^ DataLabel {
ChartDataLabel^ get () abstract;
}
abstract DataLabel : ChartDataLabel
abstract function get DataLabel () : ChartDataLabel
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabel
A ChartDataLabel object.