ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChartBase Class / SelectionMode Property

In This Topic
    SelectionMode Property (FlexChartBase)
    In This Topic
    Gets or sets the chart selection mode.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("FlexChartBase.SelectionMode", "Gets or sets the chart selection mode.")>
    Public Property SelectionMode As ChartSelectionMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("FlexChartBase.SelectionMode", "Gets or sets the chart selection mode.")]
    public ChartSelectionMode SelectionMode {get; set;}
    See Also