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



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