ASP.NET Core MVC コントロールヘルプ
AxisTickMark 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Chart 名前空間 : AxisTickMark 列挙体
Specifies whether and where axis tick marks appear.
シンタックス
'宣言
 
Public Enum AxisTickMark 
   Inherits System.Enum
public enum AxisTickMark : 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.Web.Mvc.Chart.AxisTickMark

参照

C1.Web.Mvc.Chart 名前空間