Class
PanZoomBarCommands

All commands that the PanZoomBar exposes.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public static class PanZoomBarCommands

Inheritance: objectPanZoomBarCommands

Properties

ExpandSelection

Gets value that represents the expand selection to whole range command.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public static RoutedUICommand ExpandSelectionToMinimum { get; }

Property Value

RoutedUICommand

The expand selection start to minimum command.