Reports for WPF
Chart.LabelCompassEnum 列挙体

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 : Chart.LabelCompassEnum 列挙体
Specifies data label location relative to the data point.
シンタックス
'宣言
 
Public Enum Chart.LabelCompassEnum 
   Inherits System.Enum
public enum Chart.LabelCompassEnum : System.Enum 
メンバ
メンバ解説
AutoAutomatic label arrangement.
EastLabel is to the east of the data point.
NoneLabel is not shown.
NorthLabel is to the north of the data point.
NorthEastLabel is to the north east of the data point.
NorthWestLabel is to the north west of the data point.
OrthogonalLabel is perpendicularly away from the plot line.
RadialIn a pie chart, label is directly away from the center of the chart.
RadialTextLabel is perpendicular away from the plot line, with text oriented along that line.
SouthLabel is to the south of the data point.
SouthEastLabel is to the south east of the data point.
SouthWestLabel is to the south west of the data point.
WestLabel is to the west of the data point.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.CustomFields.Chart.LabelCompassEnum

参照

C1.C1Report.CustomFields 名前空間