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したり、オブジェクトのChartオブジェクトからオブジェクトをNamedImagesCollection削除NamedImageしたりします。 このコレクション プロパティは、実行時にのみ使用できます。
イメージ (動的に作成される型 Imageなど Bitmap) から派生したオブジェクトをこのコレクションに格納し、後でイメージ関連 Chart のプロパティ (例 BackImage: .
クラス内ChartのNamedImageイメージ関連プロパティにオブジェクトを割り当てる場合は、イメージ関連プロパティのNamedImage値にstring
オブジェクトの名前を使用します。