ArcGIS Pro 2.6 API Reference Guide
SpectralProfileDisplayMode Enumeration

ArcGIS.Core.CIM Namespace : SpectralProfileDisplayMode Enumeration
Spectral profile display modes.
Syntax
public enum SpectralProfileDisplayMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum SpectralProfileDisplayMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
Boxes Show spectral profile as a series of boxes for each raster band.
BoxesAndMeanLine Show spectral profile as both a series of boxes for each raster band and lines joining mean values of each raster band.
ConsolidatedBoxesAndMeanLine Show spectral profile as both consolidated boxes for each raster band and lines joining mean values of each raster band.
MeanLine Show spectral profile as line joining mean values of each raster band.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace