[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart2DTickLabels

Chart2DTickLabels Enum

Specifies the placement of the annotation labels relative to the 2D chart aixs.

Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public enum Chart2DTickLabels

Fields

Name Description
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.