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

In This Topic
    ChartDimensionalProfilePlotType Enumeration
    In This Topic
    Represents the temporal profile plot type.
    Syntax
    public enum ChartDimensionalProfilePlotType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ChartDimensionalProfilePlotType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Band Plot of one band of a variable over time at multiple locations.
    Bands Plot of multiple bands of a variable over time at a location.
    CCDC Plot of the result of CCDC analysis over one or more bands.
    Dimension Plot of multiple variables over a dimension at a location.
    DimensionValues Plot of a variable with specific dimension values over time at multiple locations.
    LandTrendr Plot of the result of LandTrendr analysis over one band.
    Variable Plot of one variable over time at multiple locations.
    Variables Plot of multiple variables over time at a location.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also