menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCommands - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartCommands

    Contains the standart commands.

    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.Forms.Chart
    Assembly: Syncfusion.Chart.Windows.dll
    Syntax
    public static class ChartCommands

    Properties

    AutoHighlight

    Gets the "auto highlight" command.

    Declaration
    public static ChartCommand AutoHighlight { get; }
    Property Value
    Type Description
    ChartCommand

    The "auto highlight" command.

    Copy

    Gets the "copy" command.

    Declaration
    public static ChartCommand Copy { get; }
    Property Value
    Type Description
    ChartCommand

    The "copy" command.

    Print

    Gets the "print" command.

    Declaration
    public static ChartCommand Print { get; }
    Property Value
    Type Description
    ChartCommand

    The "print" command.

    PrintPriview

    Gets the "print preview" command.

    Declaration
    public static ChartCommand PrintPriview { get; }
    Property Value
    Type Description
    ChartCommand

    The "print preview" command.

    ResetZooming

    Gets the "reset zooming" command.

    Declaration
    public static ChartCommand ResetZooming { get; }
    Property Value
    Type Description
    ChartCommand

    The "reset zooming" command.

    Save

    Gets the "save" command.

    Declaration
    public static ChartCommand Save { get; }
    Property Value
    Type Description
    ChartCommand

    The "save" command.

    ShowLegend

    Gets the "show legend" command.

    Declaration
    public static ChartCommand ShowLegend { get; }
    Property Value
    Type Description
    ChartCommand

    The "show legend" command.

    Toggle3D

    Gets the "toggle 3D" command.

    Declaration
    public static ChartCommand Toggle3D { get; }
    Property Value
    Type Description
    ChartCommand

    The "toggle 3D" command.

    TogglePanning

    Gets the toggle panning.

    Declaration
    public static ChartCommand TogglePanning { get; }
    Property Value
    Type Description
    ChartCommand

    The toggle panning.

    ToggleXZooming

    Gets the "toggle x zooming" command.

    Declaration
    public static ChartCommand ToggleXZooming { get; }
    Property Value
    Type Description
    ChartCommand

    The "toggle x zooming" command.

    ToggleYZooming

    Gets the "toggle y zooming" command.

    Declaration
    public static ChartCommand ToggleYZooming { get; }
    Property Value
    Type Description
    ChartCommand

    The "toggle y zooming" command.

    ZoomIn

    Gets the "zoom in" command.

    Declaration
    public static ChartCommand ZoomIn { get; }
    Property Value
    Type Description
    ChartCommand

    The "zoom in" command.

    ZoomOut

    Gets the "zoom out" command.

    Declaration
    public static ChartCommand ZoomOut { get; }
    Property Value
    Type Description
    ChartCommand

    The "zoom out" command.

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