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