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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Chart 名前空間 : Marker 列挙体
Specifies the type of marker to use for the @see:symbolMarker property. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
シンタックス
'宣言
 
Public Enum Marker 
   Inherits System.Enum
public enum Marker : System.Enum 
メンバ
メンバ解説
BoxUses a square to mark each data point.
DotUses a circle to mark each data point.
継承階層

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

参照

C1.Web.Mvc.Chart 名前空間