Class HierarchyDrillAction
This enumeration represents the supported hierarchy-related actions.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class HierarchyDrillAction : Enum
Fields
Back
Represents the Back action. It occurs when the chart is put in its previous state.
Declaration
public const HierarchyDrillAction Back
Field Value
Drill
Represents the Drill action. It occurs when an item is clicked to drill into its details.
Declaration
public const HierarchyDrillAction Drill
Field Value
Forward
Represents the Forward action. It occurs when the chart is put in the state it has been before Back has occurred.
Declaration
public const HierarchyDrillAction Forward
Field Value
Reset
Represents the Reset action. It occurs when the chart is put in its initial state.
Declaration
public const HierarchyDrillAction Reset
Field Value
value__
Declaration
public int value__
Field Value
System.
|