C1.Win.Chart.Interaction Namespace / AxisScrollbar Class
Members

AxisScrollbar Class
Represents an axis scrollbar for FlexChart control with additional visual styles.
Syntax
'Declaration
 
<C1DescriptionAttribute("Interaction.AxisScrollbar", "Represents an axis scrollbar for FlexChart control with additional visual styles.")>
<ToolboxItemAttribute(False)>
<DefaultEventAttribute("ValueChanged")>
<DesignerAttribute("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)>
<DesignerCategoryAttribute("UserControl")>
<DefaultPropertyAttribute("Text")>
<DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ToolboxItemFilterAttribute("System.Windows.Forms")>
Public Class AxisScrollbar 
   Inherits System.Windows.Forms.UserControl
 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     C1.Win.Chart.Interaction.AxisScrollbar

See Also