Version

DrillDownAppearance Class Members

The following tables list the members exposed by DrillDownAppearance.

Public Constructors
 NameDescription
Public ConstructorDrillDownAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyDepthDepth in the drill down hierarchy, measured from the topmost chart.  
Public PropertyDrillElementsHolds a collection of DrillElements objects, each describing a chart node in the drill down hierarchy.  
Public PropertyEnabledEnables/disables Drill Down for the Chart.  
Public PropertyShowButtonActivates a small button in the upper-left corner of a Chart's area that automatically drills back.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodDrillBackDrills back up one level in the drill down hierarchy to the parent chart of the currently displayed chart.  
Public MethodToStringOverridden to return information about available DrillElements.  
See Also