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 Chart
Dim value As Boolean
instance.DrillDownIntoSeries = value
value = instance.DrillDownIntoSeries
|
C# | |
---|
public bool DrillDownIntoSeries {get; set;} |
C++/CLI | |
---|
public:
property bool DrillDownIntoSeries {
bool get();
void set (bool value);
} |
See Also