ArcGIS Pro 2.6 API Reference Guide
GraduatedColorsRendererDefinition Class
Members 

ArcGIS.Desktop.Mapping Namespace : GraduatedColorsRendererDefinition Class
Represents graduated color renderer definition to show qualitative differences in feature values with a range of color.
Object Model
GraduatedColorsRendererDefinition ClassCIMColorRamp ClassCIMSymbolReference ClassCIMSymbolReference ClassCIMSymbolReference Class
Syntax
public class GraduatedColorsRendererDefinition : ClassBreaksRendererDefinition 
Public Class GraduatedColorsRendererDefinition 
   Inherits ClassBreaksRendererDefinition
Remarks
GraduatedColorsRendererDefinition class allow you to define parameters to create renderers to draw features with graduated color based on the values of a quantitative attribute that is statistically grouped by a classification algorithm.
Once you define a graduated color renderer, you can call a FeatureLayer's CreateRenderer and SetRenderer methods to create and assign a renderer to a feature layer.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.LayerDrawingDefinition
      ArcGIS.Desktop.Mapping.RendererDefinition
         ArcGIS.Desktop.Mapping.ClassBreaksRendererDefinition
            ArcGIS.Desktop.Mapping.GraduatedColorsRendererDefinition

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

GraduatedColorsRendererDefinition Members
ArcGIS.Desktop.Mapping Namespace