ComponentOne FlexReport for WinForms
Chart2DTickLabels Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : Chart2DTickLabels Enumeration
Specifies the placement of the annotation labels relative to the 2D chart aixs.
Syntax
'Declaration
 
Public Enum Chart2DTickLabels 
   Inherits System.Enum
public enum Chart2DTickLabels : System.Enum 
Members
MemberDescription
HighAnnotations 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.
LowAnnotations 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.
NextToAxisAnnotations are drawn next to the axis.
NoneNo annotations along the axis.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.FlexReport.Chart Namespace