Proprietà ChartSeries.DataLabel
Gets the label for the data points.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property DataLabel As ChartDataLabel
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabel
A ChartDataLabel object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering