ActiveReports Developer 7
UIOptions Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : UIOptions Enumeration

Glossary Item Box

Specifies the user interface settings for the Chart control.

Syntax

Visual Basic (Declaration) 
Public Enum UIOptions 
   Inherits System.Enum
C# 
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