ActiveReports 8
UICommand Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace : UICommand Enumeration

Glossary Item Box

Specifies the command to be used for the DoCommand method of the Chart control.

Syntax

Visual Basic (Declaration) 
Public Enum UICommand 
   Inherits System.Enum
C# 
public enum UICommand : System.Enum 

Members

MemberDescription
ClearThe chart reverts to an empty state.
CopyCopies the chart to the clipboard.
CustomizeDisplays the Chart Designer dialog.
DesignerDisplays the Chart Designer dialog.
NewCreates a new chart.
OpenXmlDisplays the Open File dialog to load a chart from an XML file.
PrintPreviewDisplays a chart print preview.
RefreshDataRefreshes the chart data.
SaveXmlDisplays the Save File dialog to save a chart to an XML file.
WizardDisplays the chart wizard.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.UICommand

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also