Dundas.SharePoint.Charting.WebParts Send comments on this topic.
GetImageName Method
See Also 
Dundas.Charting.WebControl.Commands Namespace > CommandSeparator Class : GetImageName Method


Gets image name registered in Chart.NamedImageCollection or dynamicaly loaded from resources. In this case image name is not real because the class implement ICommandSupplyImage

Syntax

Visual Basic (Declaration)  
Protected Overrides Function GetImageName() As String
Visual Basic (Usage) Copy Code
Dim instance As CommandSeparator
Dim value As String
 
value = instance.GetImageName()
C#  
protected override string GetImageName()

Return Value

Formated image name

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