DataPointCustomProperties.Label プロパティ

定義

データ ポイント ラベルのテキストを取得または設定します。

public:
 virtual property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public virtual string Label { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Label : string with get, set
Public Overridable Property Label As String

プロパティ値

データ ポイント ラベルのテキストを表す string 値。

属性

適用対象