Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / SelectionMode Property


In This Topic
    SelectionMode Property (ChartBase)
    In This Topic
    Gets or sets the chart selection mode.
    Syntax
    'Declaration
     
    
    Public Property SelectionMode As ChartSelectionModeType
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As ChartSelectionModeType
     
    instance.SelectionMode = value
     
    value = instance.SelectionMode
    public ChartSelectionModeType SelectionMode {get; set;}
    See Also