Version

Enabled Property (DrillDownAppearance)

Enables/disables Drill Down for the Chart.
Syntax
'Declaration
 
Public Property Enabled As Boolean
public bool Enabled {get; set;}
Remarks

Enables drill down functionality in UltraChart. Before drill down can be fully realized, the DrillElement property must be initialized with an array of DrillElements that describe the drill down hierarchy.

For all WebCharts and WinCharts with custom Drill Down (IDrillDown) implemented, this property will have no effect. To disable Drill Down in a custom IDrillDown implementation, avoid calling your custom Drill method in the ChartDataClicked event handler.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also