WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OlapChartCommands

    Show / Hide Table of Contents

    Class OlapChartCommands

    Holds the Commands of OlapChart.

    Inheritance
    System.Object
    OlapChartCommands
    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.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public sealed class OlapChartCommands

    Constructors

    OlapChartCommands()

    Declaration
    public OlapChartCommands()

    Properties

    DataBind

    Gets the command for data bind.

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

    The data bind.

    SetChartAppearanceDetails

    Gets the command to set chart appearance details for OlapChart.

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

    The set chart appearance details.

    ShowAppearanceDialog

    Gets the command for show appearance dialog.

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

    The show appearance dialog.

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