ActiveReports 12
UICommand Enumeration

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace : UICommand Enumeration
Specifies the command to be used for the DoCommand method of the Chart control.
Syntax
'Declaration
 
Public Enum UICommand 
   Inherits System.Enum
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

Reference

GrapeCity.ActiveReports.Chart Namespace