ChartDataPoint.AxisLabel Property

Definition

Gets the label to use on the axis for the data point.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportVariantProperty ^ AxisLabel { Microsoft::ReportingServices::OnDemandReportRendering::ReportVariantProperty ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty AxisLabel { get; }
member this.AxisLabel : Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
Public MustOverride ReadOnly Property AxisLabel As ReportVariantProperty

Property Value

A ReportVariantProperty object that represents the label to use on the axis for the data point.

Applies to