CandlestickChart for ASP.NET Web Forms
ChartLabelCompass 列挙体

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1Chart 名前空間 : ChartLabelCompass 列挙体
この列挙体のメンバを使用し、ChartLabel.Compass プロパティの値を設定します。
シンタックス
'宣言
 
Public Enum ChartLabelCompass 
   Inherits System.Enum
public enum ChartLabelCompass : System.Enum 
メンバ
メンバ解説
Eastラベルをデータポイントの East(右側)に配置します。
Northラベルをデータポイントの北(上側)に配置します。
NorthEastラベルをデータポイントの NorthEast(右上側)に配置します。
NorthWestラベルをデータポイントの NorthWest(左上側)に配置します。
Southラベルをデータポイントの South(下側)に配置します。
SouthEastラベルをデータポイントの SouthEast(右下側)に配置します。
SouthWestラベルをデータポイントの SouthWest(左下側)に配置します。
Westラベルをデータポイントの West(左側)に配置します。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Chart.ChartLabelCompass

参照

C1.Web.Wijmo.Controls.C1Chart 名前空間