Freigeben über


ChartSeries.DataLabel-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabel
A ChartDataLabel object.

Siehe auch

Verweis

ChartSeries Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace