ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMChartDimensionalProfileSeries Class
Properties Methods Events


In This Topic
    CIMChartDimensionalProfileSeries Class Members
    In This Topic

    The following tables list the members exposed by CIMChartDimensionalProfileSeries.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets the bands for a variable to be plotted over time.  
    Public Property Gets or sets the CCDC options.  
    Public Property Gets or sets the type of color for the series. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the text style for the data label. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the format of the date plotted on the x axis.  
    Public Property Gets or sets the dimension values for a variable to be plotted over time.  
    Public Property Gets or sets the aggregate field values if series data has a group field. Allowed values are count, sum, median, mean, and empty string. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets expression properties for chart series' fields. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the data field names in the series. Optional depending on series type. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the group field names in the series. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the index of horizontal axis. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the LandTrendr options.  
    Public Property Gets or sets the locations for which data is to be plotted. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets a value indicating whether this series is a multi series. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the name of the series shown in the legend. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the sort field names in the series. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the array of sort order types for fields in OrderFields property Allowed values 0(Ascending), 1(Descending). (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the type of plot for this chart.  
    Public Property Gets or sets a value indicating whether the series shows data labels. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets a value indicating whether or not to have a trend equation overlay.  
    Public Property Gets or sets a value indicating whether to show the trend line or not.  
    Public Property Gets or sets the spatial aggregation type to be used to calculate cell values.  
    Public Property Gets or sets a value indicating whether to calculate standardized values.  
    Public Property Gets or sets the type of grouping to be applied on the time values plotted on the x axis.  
    Public Property Gets or sets the time extent used by the chart.  
    Public Property Gets or sets the interval size for the time plotted on the x axis.  
    Public Property Gets or sets the unit of time for the interval size.  
    Public Property Gets or sets a trend line fit type.  
    Public Property Gets or sets the symbol properties for the trend line.  
    Public Property Gets or sets the order of the equation when a polynomial or Fourier fit type is used.  
    Public Property Gets or sets a value indicating whether incomplete time intervals at the ends of time interval ranges are trimmed in order to avoid bias.  
    Public Property Gets or sets the default and unique name of the series. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the variables to be plotted over time.  
    Public Property Gets or sets the index of vertical axis. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets a value indicating whether this is a vertical (true) or horizontal (false) orientation of a dimensional series.  
    Public Property Gets or sets a value indicating whether the series is visible or not. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Public Property Gets or sets the format string for series value labels. (Inherited from ArcGIS.Core.CIM.CIMChartSeries)
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMChartDimensionalProfileSeries.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMChartDimensionalProfileSeries with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMChartDimensionalProfileSeries and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also