Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartSelectionModeType Enumeration


In This Topic
    ChartSelectionModeType Enumeration
    In This Topic
    Available selection modes.
    Syntax
    'Declaration
     
    
    Public Enum ChartSelectionModeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartSelectionModeType
    public enum ChartSelectionModeType : System.Enum 
    Members
    MemberDescription
    None Selection is disabled.
    Point Point selection.
    Series ChartSeries selection.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Android.Chart.ChartSelectionModeType

    See Also