NamedImage.Image Property
.NET Framework (current version)
Gets or sets the image of a NamedImage object.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Property Value
Type: System.Drawing.ImageThe 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
Available since 4.0
Show: