Chart.Images プロパティ

定義

グラフの NamedImagesCollection オブジェクトを格納する NamedImage オブジェクトを取得します。

public:
 property System::Windows::Forms::DataVisualization::Charting::NamedImagesCollection ^ Images { System::Windows::Forms::DataVisualization::Charting::NamedImagesCollection ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataVisualization.Charting.NamedImagesCollection Images { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Images : System.Windows.Forms.DataVisualization.Charting.NamedImagesCollection
Public ReadOnly Property Images As NamedImagesCollection

プロパティ値

NamedImagesCollection

NamedImagesCollection オブジェクトのコレクションを格納する NamedImage オブジェクト。

属性

注釈

このプロパティを使用して、オブジェクトを追加NamedImageしたり、オブジェクトのChartオブジェクトからオブジェクトをNamedImagesCollection削除NamedImageしたりします。 このコレクション プロパティは、実行時にのみ使用できます。

イメージ (動的に作成される型 Imageなど Bitmap) から派生したオブジェクトをこのコレクションに格納し、後でイメージ関連 Chart のプロパティ (例 BackImage: .

クラス内ChartNamedImageイメージ関連プロパティにオブジェクトを割り当てる場合は、イメージ関連プロパティのNamedImage値にstringオブジェクトの名前を使用します。

適用対象