Gets a NamedImagesCollection object, which stores NamedImage objects for the chart.
Chart named images collection.
Visual Basic (Declaration) | |
---|---|
Public Property Images As NamedImagesCollection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public NamedImagesCollection Images {get; set;} |
Return Value
A NamedImagesCollection object.
Use this property to add add or remove NamedImage objects to and from the NamedImagesCollection object of the Chart. This collection property is available at run-time only.
Images (i.e. an object derived from type Image, such as BitMap) that are created dynamically can be stored in this collection, and then assigned at a later time to any image-related chart property (i.e. Chart1.BackImage).
When assigning a NamedImage object to a chart image-related property use the name of the NamedImage object for the string value of the image-related property.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family