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 对象。

属性

注解

使用此属性可向 的 对象添加NamedImage对象以及从 NamedImagesCollection 中删除 NamedImage 对象Chart。 此集合属性仅在运行时可用。

可以在此集合中存储图像(即从动态创建的 类型 Image派生的对象,如 Bitmap),然后在以后分配给任何与图像相关的 Chart 属性,例如 BackImage

将 对象分配给 NamedImage 类中的 Chart 图像相关属性时,请使用对象的名称 NamedImage 作为 string 与图像相关的属性的值。

适用于