ComponentOne ASP.NET MVC Controls
InteractiveAxes Enumeration

C1.Web.Mvc Namespace : InteractiveAxes Enumeration
Specifies the interactive axes of the chart gestures.
Syntax
'Declaration
 
Public Enum InteractiveAxes 
   Inherits System.Enum
public enum InteractiveAxes : System.Enum 
Members
MemberDescription
XInteractive Axis X.
XYInteractive Both Axis X and Axis Y.
YInteractive Axis Y.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.InteractiveAxes

See Also

Reference

C1.Web.Mvc Namespace