Enum HierarchyDrillAction
This enumeration represents the supported hierarchy-related actions.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public enum HierarchyDrillAction
Back
Represents the Back action. It occurs when the chart is put in its previous state.
Drill
Represents the Drill action. It occurs when an item is clicked to drill into its details.
Forward
Represents the Forward action. It occurs when the chart is put in the state it has been before Back has occurred.
Reset
Represents the Reset action. It occurs when the chart is put in its initial state.