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

In This Topic
    ChartMarkerSymbolStyle Enumeration
    In This Topic
    Chart marker symbol style.
    Syntax
    public enum ChartMarkerSymbolStyle : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ChartMarkerSymbolStyle 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Circle Uses circle to draw the marker symbol.
    Diamond Uses diamond to draw the marker symbol.
    Square Uses square to draw the marker symbol.
    Triangle Uses triangle to draw the marker symbol.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also