ActiveReports.Chart Request technical support
UICommand Enumeration
See Also  


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

Syntax

Visual Basic (Declaration) 
Public Enum UICommand 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As UICommand
C# 
public enum UICommand : Enum 

Members

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

Inheritance Hierarchy

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

See Also