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

BivariateGridLegendOrientationType Enumeration
Bivariate grid orientation type.
Syntax
public enum BivariateGridLegendOrientationType : System.Enum, 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, Windows 8.1

ArcGIS Pro version: 2.6 or higher.
See Also