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

In This Topic
    ChartLineDashStyle Enumeration
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also