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 オブジェクトのコレクションを格納しているNamedImage オブジェクト。

属性

注釈

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

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

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

適用対象