言語

ChartDataPoint.DataLabel プロパティ

定義

データポイントのラベルを取得します。

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

プロパティ値

データポイントのラベルを表す ChartDataLabel オブジェクトです。

適用対象