DataPointCustomProperties.LabelToolTip プロパティ

定義

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

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

プロパティ値

String

データ ポイント ラベルのツールヒント。

属性

適用対象