dotnetCHARTING Send comments on this topic.
IncludeGroupingDataInSubValues Property
See Also 
dotnetCHARTING Namespace > ChartArea Class : 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

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

See Also

© 2010 All Rights Reserved.