New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The expand selection to whole range command.

Gets value that represents the expand selection end to maximum command.

C#
public static RoutedUICommand ExpandSelectionToMaximum { get; }
Property Value:

The expand selection end to maximum command.

Gets value that represents the expand selection start to minimum command.

C#
public static RoutedUICommand ExpandSelectionToMinimum { get; }
Property Value:

The expand selection start to minimum command.