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

In This Topic
    LinkChartSymbolizationSource Enumeration
    In This Topic
    Link chart node and entity symbolization source.
    Syntax
    public enum LinkChartSymbolizationSource : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum LinkChartSymbolizationSource 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    MapSymbology Use default symbology for the nodes in the entity as defined by the associated layer.
    SingleSymbology Use overriden single symbology for the nodes in the entity.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also