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

In This Topic
    BivariateGridLegendLabelStrategy Enumeration
    In This Topic
    Bivariate grid label strategy.
    Syntax
    public enum BivariateGridLegendLabelStrategy : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum BivariateGridLegendLabelStrategy 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Corners The labels for the legend are placed at each corner of the grid.
    Sides The labels for the legend are placed at bottom and left side of the grid.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also