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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Chart 名前空間 : LineMarkerLines 列挙体
Specifies the line type for the LineMarker.
シンタックス
'宣言
 
Public Enum LineMarkerLines 
   Inherits System.Enum
public enum LineMarkerLines : System.Enum 
メンバ
メンバ解説
BothShow both vertical and horizontal lines.
HorizontalShow a horizontal line.
NoneShow no lines.
VerticalShow a vertical line.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Chart.LineMarkerLines

参照

C1.Web.Mvc.Chart 名前空間