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

In This Topic
    ChartTrajectoryProfilePlotType Enumeration
    In This Topic
    Represents the trajectory profile plot type.
    Syntax
    public enum ChartTrajectoryProfilePlotType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ChartTrajectoryProfilePlotType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Layers Plot tracks from multiple layers using multiple variables.
    Points Plot multiple points using one variable.
    Track Plot single track using multiple variables.
    Tracks Plot multiple tracks using one variable.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also