Dundas Chart for Windows Forms
Images Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Chart Class : Images Property


Gets a NamedImagesCollection object, which stores NamedImage objects for the chart.


Chart named images collection.

Syntax

Visual Basic (Declaration)  
Public Property Images As NamedImagesCollection
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As NamedImagesCollection
 
instance.Images = value
 
value = instance.Images
C#  
public NamedImagesCollection Images {get; set;}

Return Value

NamedImagesCollection object.

Remarks

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.

Requirements

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

See Also

© 2009 All Rights Reserved.