DataPointCustomProperties.LabelToolTip プロパティ

定義

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

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

プロパティ値

String

データ ポイント ラベルのツールヒントを表す string 値。

属性

適用対象