FlexChart for WinForms
TickMark 列挙体

C1.Chart アセンブリ > C1.Chart 名前空間 : TickMark 列挙体
Specifies whether and where the axis tick marks appear.
シンタックス
'宣言
 
Public Enum TickMark 
   Inherits System.Enum
public enum TickMark : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

参照

C1.Chart 名前空間