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
<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
[C1Description("Interaction.RangeSlider", "The RangeSelector control displays a range selector that allows the user to choose the range of data on the specified FlexChart.")]
[DefaultEvent("ValueChanged")]
[EditorBrowsable(EditorBrowsableState.Always)]
[ToolboxItem(false)]
[DoNotObfuscateType()]
[Designer("C1.Win.Design.C1ControlDesigner")]
[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
See Also