FlexReport for WinForms
Chart2DTickLabels 列挙体


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 : Chart2DTickLabels 列挙体
Specifies the placement of the annotation labels relative to the 2D chart aixs.
シンタックス
'宣言
 
Public Enum Chart2DTickLabels 
   Inherits System.Enum
'使用法
 
Dim instance As Chart2DTickLabels
public enum Chart2DTickLabels : System.Enum 
メンバ
メンバ解説
High
Annotations are drawn near the maximum value of the perpendicular axis, and inside the plot area. For X axis annotations, if data is not available for Group0 and is available for Group1, the Y2 axis determines the location, otherwise the Y axis is used. Annotations which overlap the crossing axis are eliminated.
Low
Annotations are drawn near the minimum value of the perpendicular axis, and inside the plot area. For X axis annotations, if data is not available for Group0 and is available for Group1, the Y2 axis determines the location, otherwise the Y axis is used. Annotations which overlap the crossing axis are eliminated.
NextToAxis
Annotations are drawn next to the axis.
None
No annotations along the axis.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.Chart2DTickLabels

参照

参照

C1.Win.FlexReport.Chart 名前空間