ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1RangeSelector Class
Members



In This Topic
    C1RangeSelector Class
    In This Topic
    Represents a FlexChart range slider control supporting additional visual styles.
    Syntax
    'Declaration
     
    
    <LicenseProviderAttribute()>
    <TemplatePartAttribute(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)>
    <TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
    <StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1RangeSelector 
       Inherits C1.WPF.C1RangeSlider
       Implements C1.WPF.Chart.IChartLayer 
    'Usage
     
    
    Dim instance As C1RangeSelector
    [LicenseProvider()]
    [TemplatePart(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)]
    [TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1RangeSelector : C1.WPF.C1RangeSlider, C1.WPF.Chart.IChartLayer  
    [LicenseProvider()]
    [TemplatePart(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)]
    [TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class C1RangeSelector : public C1.WPF.C1RangeSlider, C1.WPF.Chart.IChartLayer  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.C1RangeSlider
                            C1.WPF.Chart.Interaction.C1RangeSelector

    See Also