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

In This Topic
    LinkChartLinkDashStyle Enumeration
    In This Topic
    Link chart link dash style.
    Syntax
    public enum LinkChartLinkDashStyle : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum LinkChartLinkDashStyle 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Dash Uses dashed line to draw the chart line.
    DashDot Uses dash-dotted line to draw the link chart link.
    DashDotDot Uses dash-dot-dot line to draw link chart link.
    Dot Uses dotted line to draw the link chart link.
    Solid Uses solid line to draw the link chart link.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also