ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / C1RangeSlider.RangeSliderStyleCollection Class / BarStyle Property

In This Topic
    BarStyle Property (C1RangeSlider.RangeSliderStyleCollection)
    In This Topic
    Gets or sets a collection of named Style objects for bar.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <MergablePropertyAttribute(True)>
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    Public Property BarStyle As C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [MergableProperty(true)]
    [RefreshProperties(RefreshProperties.Repaint)]
    public C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection BarStyle {get; set;}
    See Also