ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.CIM Namespace / ChartLineDashStyle Enumeration

ChartLineDashStyle Enumeration
Chart line dash style.
Syntax
Members
MemberDescription
Dash Uses dashed line to draw the chart line.
DashDot Uses dash-dotted line to draw the chart line.
Dot Uses dotted line to draw the chart line.
LongDash Uses long dashed line to draw the chart line.
LongDashDot Uses long dash-dotted line to draw the chart line.
Solid Uses solid line to draw the chart line.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.3 or higher.
See Also