ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / GraduatedColorsRendererDefinition Class
Properties


In This Topic
    GraduatedColorsRendererDefinition Class Members
    In This Topic

    The following tables list the members exposed by GraduatedColorsRendererDefinition.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets number of desired class breaks. The default value is 5. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets field name used in the renderer. This is required. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public PropertyGets and sets classification method to be used to compute class breaks. This is required. The default value is ArcGIS.Core.CIM.ClassificationMethod.NaturalBreaks. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets the color ramp be used to pick color for symbols from. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or set standard deviation interval. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets a SQL statement to exclude features while computing class breaks. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets the label used on the TOC for exclusion symbol. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public PropertyGets or sets symbol to be used to draw features that are excluded since they meet ExclusionClause criteria. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets the interval size. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public PropertyGets or sets the field which will be used to normalize data when 'Field' is selected as the DataNormalizationMethod. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets the method be used to normalized data. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets the out of range description used in the renderer. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets the out of range label used in the renderer. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets the out of range symbol used in the renderer. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets number of records be used as samples to compute class breaks. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets a template for symbol used in the renderer. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Public Property Gets or sets a boolean to indicate that OutOfRangeSymbol will be used to draw features whose values are not found in the values list. (Inherited from ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition)
    Top
    See Also