言語

ChartDataLabelInstance.Label プロパティ

定義

フォーマットが適用された後、ChartDataLabelクラスのLabelプロパティの計算値を取得します。

public:
 property System::String ^ Label { System::String ^ get(); };
public string Label { get; }
member this.Label : string
Public ReadOnly Property Label As String

プロパティ値

フォーマットを適用した後のLabelプロパティの計算値を表すstring値。

注釈

フォーマットが適用される前の Label プロパティの計算値は OriginalValueを参照してください。

適用対象