ComponentOne FlexReport for WinForms
Chart2DAnnotationMethod Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : Chart2DAnnotationMethod Enumeration
Specifies the method of axis annotation of 2D chart.
Syntax
'Declaration
 
Public Enum Chart2DAnnotationMethod 
   Inherits System.Enum
public enum Chart2DAnnotationMethod : System.Enum 
Members
MemberDescription
MixedBoth values and value labels will be visible.
ValueLabelsThe axis will be annotated with value labels specified in the Chart2DValueLabelsCollection.
ValuesThe axis will be annotated with values.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.FlexReport.Chart Namespace