FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.Chart 命名空间 / TickMark 枚举

本主题中
    TickMark 枚举
    本主题中
    Specifies whether and where the axis tick marks appear.
    语法
    '声明
     
    Public Enum TickMark 
       Inherits System.Enum
    public enum TickMark : System.Enum 
    成员
    成员说明
    CrossTick marks cross the axis.
    InsideTick marks appear inside the plot area.
    NoneNo tick marks appear.
    OutsideTick marks appear outside the plot area.
    继承层次

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.TickMark

    请参见