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


In This Topic
    ChartTickMarkType Enumeration
    In This Topic
    Specifies whether and where the axis tick marks appear.
    Syntax
    'Declaration
     
    
    Public Enum ChartTickMarkType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartTickMarkType
    public enum ChartTickMarkType : System.Enum 
    Members
    MemberDescription
    Cross Tick marks cross the axis.
    Inside Tick marks appear inside the plot area.
    None No tick marks appear.
    Outside Tick marks appear outside the plot area.
    Inheritance Hierarchy

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

    See Also