Właściwość ChartSeries.DataLabel
Pobiera etykiety dla punktów danych.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public MustOverride ReadOnly Property DataLabel As ChartDataLabel
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabel
A ChartDataLabel obiektu.
Zobacz także