ArcGIS Pro 2.6 API Reference Guide
FixedColorRampArrangementType Enumeration

ArcGIS.Core.CIM Namespace : FixedColorRampArrangementType Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace