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