.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ChartArea Class : IncludeGroupingDataInSubValues Property
IncludeGroupingDataInSubValues Property
When using date grouping the main value in the element is derived from the actual values in the database or data provided to .netCHARTING. This property controls whether these subvalues used in the calculation to determine the element value are added to SubValues or not. By default, such values are not added to the element subvalues.
Syntax
'Declaration
 
Public Property IncludeGroupingDataInSubValues As Boolean
'Usage
 
Dim instance As ChartArea
Dim value As Boolean
 
instance.IncludeGroupingDataInSubValues = value
 
value = instance.IncludeGroupingDataInSubValues
public bool IncludeGroupingDataInSubValues {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