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


In This Topic
    ChartSeriesVisibilityType Enumeration
    In This Topic
    Specifies whether and where the ChartSeries is visible.
    Syntax
    'Declaration
     
    
    Public Enum ChartSeriesVisibilityType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartSeriesVisibilityType
    public enum ChartSeriesVisibilityType : System.Enum 
    Members
    MemberDescription
    Hidden The series is hidden.
    Legend The series is visible only in the legend.
    Plot The series is visible only on the plot.
    Visible The series is visible on the plot and in the legend.
    Inheritance Hierarchy

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

    See Also