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

In This Topic
    ClassBreaksLegendVisualVariableOptions Enumeration
    In This Topic
    Legend display options for class breaks visual variables.
    Syntax
    public enum ClassBreaksLegendVisualVariableOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ClassBreaksLegendVisualVariableOptions 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    ShowClassesForEachPrimarySymbol Show classes for each primary symbol.
    ShowVisualVariableSymbolClasses Show classes separately from the primary symbols.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also