dotnetCHARTING Send comments on this topic.
PopulateSubValues Property
See Also 
dotnetCHARTING Namespace > StatisticalEngine.Options Class : PopulateSubValues Property


Gets or sets a static value that determines whether elements derived from series will contain values of the original elements as SubValue objects.

Syntax

Visual Basic (Declaration)  
Public Shared Property PopulateSubValues As Boolean
Visual Basic (Usage) Copy Code
Dim value As Boolean
 
StatisticalEngine.Options.PopulateSubValues = value
 
value = StatisticalEngine.Options.PopulateSubValues
C#  
public static bool PopulateSubValues {get; set;}

See Also