Class OlapChartCommands
Holds the Commands of OlapChart.
Inheritance
System.Object
OlapChartCommands
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.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. |