WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCommands - WPF API Reference | Syncfusion Chart. ">

    Show / Hide Table of Contents

    Class ChartCommands

    Represents commands that can be invoked on Chart.

    Inheritance
    System.Object
    ChartCommands
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved