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 |
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