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

In This Topic
    ChartSPMDiagonalOption Enumeration
    In This Topic
    Scatter plot matrix diagonal display options.
    Syntax
    public enum ChartSPMDiagonalOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ChartSPMDiagonalOption 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    FieldName Display the field names in the diagonal.
    Histogram Display the histogram in the diagonal.
    None Display nothing in the diagonal.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also