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

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap 名前空間 : LegendVisibility 列挙体
Specifies constants that define when the chart legend should be displayed.
シンタックス
'宣言
 
Public Enum LegendVisibility 
   Inherits System.Enum
public enum LegendVisibility : System.Enum 
メンバ
メンバ解説
AlwaysAlways show the legend.
AutoShow the legend if the chart has more than one series.
NeverNever show the legend.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Olap.LegendVisibility

参照

C1.Web.Mvc.Olap 名前空間