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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Chart 名前空間 : LabelPosition 列挙体
Specifies the position of data labels on the chart.
シンタックス
'宣言
 
Public Enum LabelPosition 
   Inherits System.Enum
public enum LabelPosition : System.Enum 
メンバ
メンバ解説
BottomThe labels appear below the data points.
CenterThe labels appear centered on the data points.
LeftThe labels appear to the left of the data points.
NoneNo data labels appear.
RightThe labels appear to the right of the data points.
TopThe labels appear above the data points.
継承階層

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

参照

C1.Web.Mvc.Chart 名前空間