Dundas.SharePoint.Charting.WebParts Send comments on this topic.
GetAttribute Method
See Also 
Dundas.Charting.WebControl Namespace > DataPointAttributes Class : GetAttribute Method


name
Attribute name.
Returns an attribute of the Data Point. If required attribute is not set in the Data Point the default attribute of the Data series is returned.

Syntax

Visual Basic (Declaration)  
Public Overridable Function GetAttribute( _
   ByVal name As String _
) As String
Visual Basic (Usage) Copy Code
Dim instance As DataPointAttributes
Dim name As String
Dim value As String
 
value = instance.GetAttribute(name)
C#  
public virtual string GetAttribute( 
   string name
)

Parameters

name
Attribute name.

Return Value

Attribute value as string.

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