Chart.CurrentImageLocation プロパティ

定義

Chart コントロールの表示先となる現在のイメージの URL を取得します。

public:
 property System::String ^ CurrentImageLocation { System::String ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public string CurrentImageLocation { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.CurrentImageLocation : string
Public ReadOnly Property CurrentImageLocation As String

プロパティ値

現在のグラフ イメージの URL を表す string 値。

属性

注釈

プロパティが にImageStorageMode.UseHttpHandler設定されている場合、ImageStorageModeこのプロパティは無効です。

適用対象