ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ChartControl.UIAction Enumeration

In This Topic
    ChartControl.UIAction Enumeration
    In This Topic
    Specifies the action to perform on the chart control.
    Syntax
    'Declaration
     
    Public Enum ChartControl.UIAction 
       Inherits System.Enum
    public enum ChartControl.UIAction : System.Enum 
    Members
    MemberDescription
    ClearReplace the selected Chart control with a new Chart. Please note that this clears all properties set on the Chart and restores all default values. (Same as clicking the "New Chart" link below the Properties Window.)
    CustomizeShows the Chart Designer dialog.
    OpenXmlShows a File Open dialog from which you can choose a chart XML file to load into the control.
    SaveXmlShows a File Save As dialog from which you can save the current chart's settings to a chart XML file.
    WizardShows the Chart Wizard dialog.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.ChartControl.UIAction

    See Also