Class ChartHierarchyCommands
Provides a standard set of book related commands.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public static class ChartHierarchyCommands : Object
Properties
Back
Represents a command which returns the chart to the state it was before the last hierarchy-related action.
Declaration
public static RoutedUICommand Back { get; }
Property Value
RoutedUICommand
|
Forward
Represents a command which puts the chart into the state it was before the last Back action.
Declaration
public static RoutedUICommand Forward { get; }
Property Value
RoutedUICommand
|
Reset
Represents a command which puts the chart into its initial state.
Declaration
public static RoutedUICommand Reset { get; }
Property Value
RoutedUICommand
|