.netCHARTING v10.5 Documentation


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
'Declaration
 
Public Property SmartGrouping As Boolean
'Usage
 
Dim instance As SeriesCollection
Dim value As Boolean
 
instance.SmartGrouping = value
 
value = instance.SmartGrouping
public bool SmartGrouping {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also