ActiveReports 8
UIOptions Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also