ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / UIOptions Enumeration

In This Topic
    UIOptions Enumeration
    In This Topic
    Specifies the user interface settings for the Chart control.
    Syntax
    'Declaration
     
    Public Enum UIOptions 
       Inherits System.Enum
    public enum UIOptions : System.Enum 
    Members
    MemberDescription
    ContextCustomizeAdds a "Customize" menu under the context menu.
    ForceHitTestingAllows the HitTest function to be used. By default the control applies optimization so that only objects that have mouse event handlers (or context menus or tooltips) attached are visible through hit testing.
    NoneNo UI options are used.
    UseCustomTooltipsAllows the drawn tooltips of the control to be used instead of System.Windows.Forms.Tooltip.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Chart.UIOptions

    See Also