ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartAxisTickPosition Enumeration

In This Topic
    ChartAxisTickPosition Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the ChartAxisTick.Position property.
    Syntax
    'Declaration
     
    Public Enum ChartAxisTickPosition 
       Inherits System.Enum
    public enum ChartAxisTickPosition : System.Enum 
    Members
    MemberDescription
    CrossTick marks cross over the axis.
    InsideTick marks located inside the chart area on the axis.
    NoneNo tick marks along the axis.
    OutsideTick marks located outside the chart area on the axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Chart.ChartAxisTickPosition

    See Also