ChartSeries.ChartDataLabel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the values should be marked with data labels. Applies only within DerivedSeries.
public:
property Microsoft::ReportingServices::RdlObjectModel::ChartDataLabel ^ ChartDataLabel { Microsoft::ReportingServices::RdlObjectModel::ChartDataLabel ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartDataLabel ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ChartDataLabel ChartDataLabel { get; set; }
member this.ChartDataLabel : Microsoft.ReportingServices.RdlObjectModel.ChartDataLabel with get, set
Public Property ChartDataLabel As ChartDataLabel
Property Value
A ChartDataLabel object.