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

In This Topic
    ChartMapSelectionHandling Enumeration
    In This Topic
    Provides a choice of how map selection is processed in the chart.
    Syntax
    public enum ChartMapSelectionHandling : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ChartMapSelectionHandling 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    BuildFromSelectionSet Build a chart exclusively from the selection set.
    Highlight Highlight selection set on a chart.
    None Do not handle map selection.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also