RadControls for Silverlight

This enumeration represents the supported hierarchy-related actions.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.1050

Syntax

C#
public enum HierarchyDrillAction
Visual Basic
Public Enumeration HierarchyDrillAction

Members

Member nameValueDescription
Drill0 Represents the Drill action. It occurs when an item is clicked to drill into its details.
Back1 Represents the Back action. It occurs when the chart is put in its previous state.
Forward2 Represents the Forward action. It occurs when the chart is put in the state it has been before Back has occurred.
Reset3 Represents the Reset action. It occurs when the chart is put in its initial state.

See Also