ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / AxisScrollbar Class
Members

In This Topic
    AxisScrollbar Class
    In This Topic
    Represents an axis scrollbar for FlexChart control with additional visual styles.
    Syntax
    'Declaration
     
    
    <ToolboxItemAttribute(False)>
    <C1DescriptionAttribute("Interaction.AxisScrollbar", "Represents an axis scrollbar for FlexChart control with additional visual styles.")>
    <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
    [ToolboxItem(false)]
    [C1Description("Interaction.AxisScrollbar", "Represents an axis scrollbar for FlexChart control with additional visual styles.")]
    [DefaultEvent("ValueChanged")]
    [Designer("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
    [DesignerCategory("UserControl")]
    [DefaultProperty("Text")]
    [DesignerSerializer("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")]
    [ToolboxItemFilter("System.Windows.Forms")]
    public class AxisScrollbar : 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