dotnetCHARTING Send comments on this topic.
DrillDownIntoSeries Property
See Also 
dotnetCHARTING Namespace > DataEngine Class : DrillDownIntoSeries Property


When using automated drill down in conjunction with date grouping and multiple series, this property determines if drill down will occur into a single series or multiple series.

Syntax

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

See Also