Reports for WPF
Chart.AutoLabelArrangementOptions 列挙体

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 : Chart.AutoLabelArrangementOptions 列挙体
Flags controlling which label positions are allowed when labels are arranged automatically.
シンタックス
'宣言
 
Public Enum Chart.AutoLabelArrangementOptions 
   Inherits System.Enum
public enum Chart.AutoLabelArrangementOptions : System.Enum 
メンバ
メンバ解説
BottomAllows bottom label position.
BottomLeftAllows bottom left label position.
BottomRightAllows bottom right label position.
Default 
LeftAllows left label position.
RightAllows right label position.
TopAllows top label position.
TopLeftAllows top left label position.
TopRightAllows top right label position.
UseDataPointsLabels should not cover data points.
継承階層

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

参照

C1.C1Report.CustomFields 名前空間