ActiveReports.Chart Request technical support
UIOptions Enumeration
See Also  


Specifies the user interface settings for the Chart control.

Syntax

Visual Basic (Declaration) 
Public Enum UIOptions 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As UIOptions
C# 
public enum UIOptions : Enum 

Members

MemberDescription
NoneNo UI options are used.
ContextCustomizeAdds a "Customize" menu under the context menu.
UseCustomTooltipsAllows the drawn tooltips of the control to be used instead of System.Windows.Forms.Tooltip.
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.

Inheritance Hierarchy

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

See Also