ArcGIS Pro 2.6 API Reference Guide
LinkChartLinkDashStyle Enumeration

ArcGIS.Core.CIM Namespace : LinkChartLinkDashStyle Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace