Class ChartAreaCommands
Represents commands that can be invoked on ChartArea.
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public static class ChartAreaCommands
Remarks
Commanding is an input mechanism in Windows Presentation Foundation which provides input handling at a more semantic level than device input.
Properties
CancelZooming
Gets the cancel zooming UI command.
Declaration
public static RoutedUICommand CancelZooming { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The cancel zooming System.Windows.Input.RoutedUICommand. |
Remarks
When chart area is in zooming mode, this command can be used to switch off zooming mode for ChartArea.
ChangePalette
Gets the Change palette command. Use System.Windows.Input.ICommandSource.CommandParameter for set the palette. Type of parameter should be ChartColorPalette.
Declaration
public static RoutedUICommand ChangePalette { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ChangeStyle
ChangeStyle CLR property declaration
Declaration
public static RoutedUICommand ChangeStyle { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
SwitchZooming
Gets the enable zooming mode routed UI command.
Declaration
public static RoutedUICommand SwitchZooming { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The System.Windows.Input.RoutedUICommand. |
Remarks
Command should be used to enable zooming mode on ChartArea.
ZoomIn
Gets the zoom in routed UI command.
Declaration
public static RoutedUICommand ZoomIn { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The zoom in System.Windows.Input.RoutedUICommand. |
Remarks
Command should be used to zoom in the chart area.
ZoomOut
Gets the zoom out routed UI command.
Declaration
public static RoutedUICommand ZoomOut { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The zoom out System.Windows.Input.RoutedUICommand. |
Remarks
Command should be used to zoom out the chart area.
ZoomPanning
Gets the Zoom Panning routed UI command.
Declaration
public static RoutedUICommand ZoomPanning { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The Zoom Panning System.Windows.Input.RoutedUICommand. |
Remarks
Command should be used to Pan the Zoomed chart area.
ZoomReset
Gets the zoom reset routed UI command.
Declaration
public static RoutedUICommand ZoomReset { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The zoom reset System.Windows.Input.RoutedUICommand. |
Remarks
Command should be used to reset zoom on the chart area.
ZoomSector
Gets the ZoomSector command. Use System.Windows.Input.ICommandSource.CommandParameter for set the sector. Type of parameter should be System.Windows.Rect.
Declaration
public static RoutedUICommand ZoomSector { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |