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


In This Topic
    CIMChartSeries Class Members
    In This Topic

    The following tables list the members exposed by CIMChartSeries.

    Public Properties
     NameDescription
    Public Property Gets or sets the type of color for the series.  
    Public Property Gets or sets the text style for the data label.  
    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.  
    Public Property Gets or sets expression properties for chart series' fields.  
    Public Property Gets or sets the data field names in the series. Optional depending on series type.  
    Public Property Gets or sets the group field names in the series.  
    Public Property Gets or sets the index of horizontal axis.  
    Public Property Gets or sets the locations for which data is to be plotted.  
    Public Property Gets or sets a value indicating whether this series is a multi series.  
    Public Property Gets or sets the name of the series shown in the legend.  
    Public Property Gets or sets the sort field names in the series.  
    Public Property Gets or sets the array of sort order types for fields in OrderFields property Allowed values 0(Ascending), 1(Descending).  
    Public Property Gets or sets a value indicating whether the series shows data labels.  
    Public Property Gets or sets the default and unique name of the series.  
    Public Property Gets or sets the index of vertical axis.  
    Public Property Gets or sets a value indicating whether the series is visible or not.  
    Public Property Gets or sets the format string for series value labels.  
    Top
    Public Methods
     NameDescription
    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 Method Creates a JSON encoding of the CIMObject and its current state. (Inherited from ArcGIS.Core.CIM.CIMObject)
    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