Dundas Chart for ASP.NET
NamedImage Constructor(String,Image)
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > NamedImage Class > NamedImage Constructor : NamedImage Constructor(String,Image)


name
Name of the named image. Use this name when setting a named image to some image-related property.
Image name.
image
Pathname of the associated image.
Image class.
Public constructor that takes the name of the named image and its associated image.
Public constructor.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal name As String, _
   ByVal image As Image _
)
Visual Basic (Usage) Copy Code
Dim name As String
Dim image As Image
 
Dim instance As NamedImage(name, image)
C#  
public NamedImage( 
   string name,
   Image image
)

Parameters

name
Name of the named image. Use this name when setting a named image to some image-related property.
Image name.
image
Pathname of the associated image.
Image class.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.