| Visual Basic (Declaration) | |
|---|---|
Public Enum UICommand Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum UICommand : Enum | |
| Member | Description |
|---|---|
| New | Creates a new chart. |
| OpenXml | Displays the Open File dialog to load a chart from an XML file. |
| SaveXml | Displays the Save File dialog to save a chart to an XML file. |
| PrintPreview | Displays a chart print preview. |
| Copy | Copies the chart to the clipboard. |
| Designer | Displays the Chart Designer dialog. |
| Customize | Displays the Chart Designer dialog. |
| Wizard | |
| Clear | The chart reverts to an empty state. |
| RefreshData |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Chart.UICommand