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 オブジェクトです。

適用対象