ComponentOne Xamarin Edition
ChartTickMarkType Enumeration
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace : ChartTickMarkType Enumeration
Specifies whether and where the axis tick marks appear.
Syntax
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.Xamarin.Forms.Chart.ChartTickMarkType

See Also

Reference

C1.Xamarin.Forms.Chart Namespace