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

In This Topic
    FixedColorRampArrangementType Enumeration
    In This Topic
    Specifies the arrangement type for fixed color ramp.
    Syntax
    public enum FixedColorRampArrangementType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum FixedColorRampArrangementType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Bivariate A fixed list of colors for bivariate renderering. The count of colors should be equal to the number of breaks for each axis multiplied.
    Default A fixed list of colors, typically used for unique value renderer.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also