ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / LinkChartLayoutAlgorithm Enumeration

In This Topic
    LinkChartLayoutAlgorithm Enumeration
    In This Topic
    Link chart layout algorithm.
    Syntax
    public enum LinkChartLayoutAlgorithm : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum LinkChartLayoutAlgorithm 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Clustered Clustered layout.
    Hierarchy_BottomToTop Hierarchy layout oriented bottom to top.
    Hierarchy_LeftToRight Hierarchy layout oriented left to right.
    Hierarchy_RightToLeft Hierarchy layout oriented right to left.
    Hierarchy_TopToBottom Hierarchy layout oriented top to bottom.
    Organic Organic layout.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.LinkChartLayoutAlgorithm

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also