ActiveReports Developer 7
UICommand Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v7 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

See Also