ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / FlexChartBase Class / SelectionMode Property

In This Topic
    SelectionMode Property
    In This Topic
    Gets or sets the chart selection mode.
    Syntax
    'Declaration
     
    Public Property SelectionMode As ChartSelectionMode
    public ChartSelectionMode SelectionMode {get; set;}
    See Also