Chart.Images プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グラフのオブジェクト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 オブジェクト。
- 属性
注釈
このプロパティを使用して、NamedImageのNamedImage オブジェクトNamedImagesCollectionオブジェクトにChartオブジェクトを追加および削除します。 このコレクション プロパティは、実行時にのみ使用できます。
イメージ (動的に作成されるImageなど、Bitmap型から派生したオブジェクト) をこのコレクションに格納し、後でイメージ関連のChart プロパティ (BackImage など) に割り当てることができます。
NamedImage オブジェクトをChart クラスのイメージ関連プロパティに割り当てる場合は、イメージ関連プロパティのNamedImage値にstring オブジェクトの名前を使用します。