Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Item(Int32) Property
See Also 
Dundas.Charting.WebControl Namespace > DataPointAttributes Class > Item Property : Item(Int32) Property


index
Index of the atribute name.
Attributes indexer, which returns Attribute Name by index.

Syntax

Visual Basic (Declaration)  
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As String
Visual Basic (Usage) Copy Code
Dim instance As DataPointAttributes
Dim index As Integer
Dim value As String
 
value = instance.Item(index)
C#  
public string Item( 
   int index
) {get;}

Parameters

index
Index of the atribute 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