ArcGIS Pro 2.6 API Reference Guide
ChartMapSelectionHandling Enumeration

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

See Also

Reference

ArcGIS.Core.CIM Namespace