Propriété DataLabel
Gets the label for the data points.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property DataLabel As ChartDataLabel
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartDataLabel
A ChartDataLabel object.
Voir aussi