ChartDataPoint.DataLabel 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.
Gets the label for the data point.
public:
abstract property Microsoft::ReportingServices::OnDemandReportRendering::ChartDataLabel ^ DataLabel { Microsoft::ReportingServices::OnDemandReportRendering::ChartDataLabel ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabel DataLabel { get; }
member this.DataLabel : Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabel
Public MustOverride ReadOnly Property DataLabel As ChartDataLabel
Property Value
A ChartDataLabel object that represents the label for the data point.