2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AxisLabelsSourceEnum Enumeration

In This Topic
    AxisLabelsSourceEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Gantt.AxisLabelsSource property in the Gantt class.
    Syntax
    'Declaration
     
    Public Enum AxisLabelsSourceEnum 
       Inherits System.Enum
    public enum AxisLabelsSourceEnum : System.Enum 
    Members
    MemberDescription
    NoneNo axis labels.
    SeriesLabelsSeries labels are used as axis labels.
    XValuesX data values are used for axis annotation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.AxisLabelsSourceEnum

    See Also