dotnetCHARTING Send comments on this topic.
GroupIndex Property
See Also 
dotnetCHARTING Namespace > DataSource Class : GroupIndex Property


Gets or sets the index of series for the element group.

Syntax

Visual Basic (Declaration) 
Public Property GroupIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As DataSource
Dim value As Integer
 
instance.GroupIndex = value
 
value = instance.GroupIndex
C# 
public int GroupIndex {get; set;}

See Also

© 2010 All Rights Reserved.