dotnetCHARTING Send comments on this topic.
SmartGrouping Property
See Also 
dotnetCHARTING Namespace > SeriesCollection Class : SmartGrouping Property


Gets or sets a value that indicates whether smart element grouping is used or the traditional element name grouping is used where the elements of the first series determines the order.

Syntax

Visual Basic (Declaration) 
Public Property SmartGrouping As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
Dim value As Boolean
 
instance.SmartGrouping = value
 
value = instance.SmartGrouping
C# 
public bool SmartGrouping {get; set;}

See Also

© 2010 All Rights Reserved.