ChartDataLabel 屬性

Indicates the values should be marked with data labels. Applies only within DerivedSeries.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property ChartDataLabel As ChartDataLabel
    Get
    Set
'用途
Dim instance As ChartSeries
Dim value As ChartDataLabel

value = instance.ChartDataLabel

instance.ChartDataLabel = value
public ChartDataLabel ChartDataLabel { get; set; }
public:
property ChartDataLabel^ ChartDataLabel {
    ChartDataLabel^ get ();
    void set (ChartDataLabel^ value);
}
member ChartDataLabel : ChartDataLabel with get, set
function get ChartDataLabel () : ChartDataLabel
function set ChartDataLabel (value : ChartDataLabel)