See Also

ChartArea Class  | ChartArea Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages dotnetCHARTING Send comments on this topic.

DrillDownChain Property

Gets or sets the drill down chain which activates automatic time based drill down.

[Visual Basic]
Public Property DrillDownChain As String
[C#]
public string DrillDownChain {get; set;}
[JScript]
public function get,set DrillDownChain : String

Remarks

When using automated drill down with DateGrouping, this property controls the drill down chain, or hierarchy, that is followed. In addition you can override names to be displayed for the different drill down levels.

Example

[C#] 

            [C#] 
Chart.DrillDownChain = "Year,Month,Day"; 
Chart.DrillDownChain = "Year=Current Year,Month=My Month,Day=One day";

[C#] 

            [Visual Basic] 
Chart.DrillDownChain = "Year,Month,Day"  
Chart.DrillDownChain = "Year=Current Year,Month=My Month,Day=One day"

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

ChartArea Class  | ChartArea Members

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.