Chart.Images プロパティ

定義

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

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

プロパティ値

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

属性

注釈

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

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

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

適用対象