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

RangeSelector Class
The RangeSelector control displays a range selector that allows the user to choose the range of data on the specified FlexChart.
Syntax
'Declaration
 
<C1DescriptionAttribute("Interaction.RangeSlider", "The RangeSelector control displays a range selector that allows the user to choose the range of data on the specified FlexChart.")>
<DefaultEventAttribute("ValueChanged")>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
<ToolboxItemAttribute(False)>
<DoNotObfuscateTypeAttribute()>
<DesignerAttribute("C1.Win.Design.C1ControlDesigner")>
<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
 
Inheritance Hierarchy

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

See Also