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

In This Topic
    RangeSelector Class
    In This Topic
    The RangeSelector control displays a range selector that allows the user to choose the range of data on the specified FlexChart.
    Syntax
    'Declaration
     
    
    <DefaultEventAttribute("ValueChanged")>
    <EditorBrowsableAttribute(EditorBrowsableState.Always)>
    <C1DescriptionAttribute("Interaction.RangeSlider", "The RangeSelector control displays a range selector that allows the user to choose the range of data on the specified FlexChart.")>
    <ToolboxItemAttribute(False)>
    <DesignerAttribute(C1.Win.Chart.Design.C1RangeSliderDesigner)>
    <bnf()>
    <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")>
    <DesignerCategoryAttribute("Component")>
    Public Class RangeSelector 
       Inherits C1RangeSlider
    [DefaultEvent("ValueChanged")]
    [EditorBrowsable(EditorBrowsableState.Always)]
    [C1Description("Interaction.RangeSlider", "The RangeSelector control displays a range selector that allows the user to choose the range of data on the specified FlexChart.")]
    [ToolboxItem(false)]
    [Designer(C1.Win.Chart.Design.C1RangeSliderDesigner)]
    [bnf()]
    [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")]
    [DesignerCategory("Component")]
    public class RangeSelector : C1RangeSlider 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                   C1.Win.Chart.Interaction.RangeSelector

    See Also