ArcGIS Pro 2.6 API Reference Guide
BivariateGridLegendOrientationType Enumeration

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

See Also

Reference

ArcGIS.Core.CIM Namespace