DataPointCustomProperties.BackImage プロパティ

定義

データ ポイントの背景イメージを取得または設定します。

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

プロパティ値

String

背景イメージ ファイルの名前を表す string 値。

属性

適用対象