Dundas Chart for ASP.NET
GetAttribute Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > DataPointAttributes Class : GetAttribute Method


name
Attribute name.
Attribute name.
Returns an attribute of the data point. If the required attribute is not set in the data point then the default attribute of the data series is returned.
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.
Attribute name.

Return Value

Attribute value as string.
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

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