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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Chart 名前空間 : SelectionMode 列挙体
Specifies what is selected when the user clicks the chart.
シンタックス
'宣言
 
Public Enum SelectionMode 
   Inherits System.Enum
public enum SelectionMode : System.Enum 
メンバ
メンバ解説
NoneSelect neither series nor data points when the user clicks the chart.
PointSelect the data point when the user clicks it on the chart. Since Line, Area, Spline, and SplineArea charts do not render individual data points, nothing is selected with this setting on those chart types.
SeriesSelect the whole Series when the user clicks it on the chart.?
継承階層

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

参照

C1.Web.Mvc.Chart 名前空間