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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Chart 名前空間 : LineMarkerInteraction 列挙体
Specifies how the LineMarker interacts with the user.
シンタックス
'宣言
 
Public Enum LineMarkerInteraction 
   Inherits System.Enum
public enum LineMarkerInteraction : System.Enum 
メンバ
メンバ解説
DragThe LineMarker moves when the user drags the line.
MoveThe LineMarker moves with the pointer.
NoneNo interaction, the user specifies the position manually.
継承階層

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

参照

C1.Web.Mvc.Chart 名前空間