DataPointCustomProperties.LabelFormat プロパティ

定義

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

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

プロパティ値

データ ポイント ラベルの書式。

属性

適用対象