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

In This Topic
    LinkChartFilterPropertyDataType Enumeration
    In This Topic
    Link chart filter type property data types. Used when specifying link chart filter type as PropertyData.
    Syntax
    public enum LinkChartFilterPropertyDataType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum LinkChartFilterPropertyDataType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    EntityKeyValue Entity key value.
    LabelValue Entity or relationship label value.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also