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

In This Topic
    BivariateGridLegendOrientationType Enumeration
    In This Topic
    Bivariate grid orientation type.
    Syntax
    public enum BivariateGridLegendOrientationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum BivariateGridLegendOrientationType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    High The legend is a diamond with focus on features with high values for both bivariate fields.
    HighLow The legend is a diamond with focus on features with high values in the first bivariate field and low values in the second bivariate field.
    Low The legend is a diamond with focus on features with low values for both bivariate fields.
    LowHigh The legend is a diamond with focus on features with low values in the first bivariate field and high values in the second bivariate field.
    None The legend is a square without focusing on any particular corner.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also