Share via


ChartDataPoint.AxisLabel 属性

定义

获取用于在轴上标记数据点的标签。

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

属性值

一个 ReportVariantProperty 对象,该对象表示用于在轴上标记数据点的标签。

适用于