ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / LegendScrollBarStyle Property



In This Topic
    LegendScrollBarStyle Property
    In This Topic
    Gets or sets the style of legend scroll bar.
    Syntax
    'Declaration
     
    
    Public Property LegendScrollBarStyle As Style
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim value As Style
     
    instance.LegendScrollBarStyle = value
     
    value = instance.LegendScrollBarStyle
    public Style LegendScrollBarStyle {get; set;}
    public:
    property Style^ LegendScrollBarStyle {
       Style^ get();
       void set (    Style^ value);
    }
    See Also