WPF

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

    Show / Hide Table of Contents

    Class ChartToolBarCommands

    Represents commands that can be invoked in ChartToolBar.

    Inheritance
    System.Object
    ChartToolBarCommands
    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 ChartToolBarCommands
    Remarks

    Commanding is an input mechanism in Windows Presentation Foundation which provides input handling at a more semantic level than device input.

    Properties

    ChangeChartType

    Gets the type of the change chart.

    Declaration
    public static RoutedUICommand ChangeChartType { get; }
    Property Value
    Type Description
    System.Windows.Input.RoutedUICommand

    The type of the change chart.

    ChangeColorPalette

    Gets the change color palette.

    Declaration
    public static RoutedUICommand ChangeColorPalette { get; }
    Property Value
    Type Description
    System.Windows.Input.RoutedUICommand

    The change color palette.

    EnableZooming

    Gets the enable zooming.

    Declaration
    public static RoutedUICommand EnableZooming { get; }
    Property Value
    Type Description
    System.Windows.Input.RoutedUICommand

    The enable zooming.

    PropertiesDialogue

    Gets the Properties Dialogue.

    Declaration
    public static RoutedUICommand PropertiesDialogue { get; }
    Property Value
    Type Description
    System.Windows.Input.RoutedUICommand

    The Properties Dialogue.

    ShowHideLegend

    Gets the show hide legend.

    Declaration
    public static RoutedUICommand ShowHideLegend { get; }
    Property Value
    Type Description
    System.Windows.Input.RoutedUICommand

    The show hide legend.

    Switch3DMode

    Gets the switch3 D mode.

    Declaration
    public static RoutedUICommand Switch3DMode { get; }
    Property Value
    Type Description
    System.Windows.Input.RoutedUICommand

    The switch3 D mode.

    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