FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / AxisGroupSeparator Enumeration

In This Topic
    AxisGroupSeparator Enumeration
    In This Topic
    Specifies appearance of axis group separated.
    Syntax
    'Declaration
     
    Public Enum AxisGroupSeparator 
       Inherits System.Enum
    public enum AxisGroupSeparator : System.Enum 
    Members
    MemberDescription
    GridGrid (vertical and horizontal lines).
    HorizontalHorizontal line.
    NoneNo separator.
    VerticalVertical line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.AxisGroupSeparator

    See Also