Class ChartCommands
Represents commands that can be invoked on Chart.
Inheritance
System.Object
ChartCommands
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public static class ChartCommands
Remarks
Commanding is an input mechanism in Windows Presentation Foundation which provides input handling at a more semantic level than device input.
Properties
AddAnnotation
To add the Annotation.
Declaration
public static RoutedCommand AddAnnotation { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand | The Add Annotation. |
PropertiesDialogue
Gets the properties.
Declaration
public static RoutedCommand PropertiesDialogue { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand | The properties Dialogue. |
SwitchPrinting
Gets the switch printing.
Declaration
public static RoutedUICommand SwitchPrinting { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The switch printing. |