ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / UICommand Enumeration

In This Topic
    UICommand Enumeration
    In This Topic
    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