Class PanZoomBarCommands
All commands that the PanZoomBar exposes.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public static class PanZoomBarCommands : Object
Properties
ExpandSelection
Gets value that represents the expand selection to whole range command.
Declaration
public static RoutedUICommand ExpandSelection { get; }
Property Value
RoutedUICommand
The expand selection to whole range command. |
ExpandSelectionToMaximum
Gets value that represents the expand selection end to maximum command.
Declaration
public static RoutedUICommand ExpandSelectionToMaximum { get; }
Property Value
RoutedUICommand
The expand selection end to maximum command. |
ExpandSelectionToMinimum
Gets value that represents the expand selection start to minimum command.
Declaration
public static RoutedUICommand ExpandSelectionToMinimum { get; }
Property Value
RoutedUICommand
The expand selection start to minimum command. |