Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LinkObject Enumeration


In This Topic
    LinkObject Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum LinkObject 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LinkObject
    public enum LinkObject : System.Enum 
    Members
    MemberDescription
    CategoryAxis0x0003 Category axis, or horizontal value axis on bubble and scatter chart groups.
    Chart0x0001 Entire chart.
    None 
    SeriesAxis0x0007 Series axis.
    SeriesOrDataPoints0x0004 Series or data points.
    UnitLabel0x000C Display units labels of an axis.
    ValueAxis0x0002 Value axis, or vertical value axis on bubble and scatter chart groups.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.LinkObject

    See Also