NamedImage.Image Property

.NET Framework (current version)
 

Gets or sets the image of a NamedImage object.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(false)>]
member Image : Image with get, set

Property Value

Type: System.Drawing.Image

The image component of a NamedImage object. This can be any object derived from the .NET Framework Image class, for example, a Bitmap object.

The Image property determines which image is stored in a NamedImage object.

Use NamedImage objects for dynamically created images, which can then be assigned to a chart image property.

.NET Framework
Available since 4.0
Return to top
Show: