ActiveReports 12
UIOptions Enumeration

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace : UIOptions Enumeration
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

Reference

GrapeCity.ActiveReports.Chart Namespace