ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / GraduatedSymbolsRendererDefinition Class / GraduatedSymbolsRendererDefinition Constructor / GraduatedSymbolsRendererDefinition Constructor(String,ClassificationMethod,Int32,CIMColorRamp,CIMSymbolReference,Double,Double)
Classification field.
Statistical algorithm to compute breaks.
(Optional) Number of breaks. (default value = 5)
(Optional) Color ramp to apply to those classes. The default color ramp is chosen based on the class breaks type.
(Optional) A template for symbol used in the renderer. The default symbol template is determined based on the feature type.
(Optional) Minimum symbol size. (default value = 4.0)
(Optional) Maximum symbol size. (default value = 18.0)

In This Topic
    GraduatedSymbolsRendererDefinition Constructor(String,ClassificationMethod,Int32,CIMColorRamp,CIMSymbolReference,Double,Double)
    In This Topic
    Create an instance for GraduatedSymbolsRendererDefinition.
    Syntax
    Public Function New( _
       ByVal classificationField As String, _
       Optional ByVal classificationMethod As ClassificationMethod, _
       Optional ByVal breakCount As Integer, _
       Optional ByVal colorRamp As CIMColorRamp, _
       Optional ByVal symbolTemplate As CIMSymbolReference, _
       Optional ByVal minimumSize As Double, _
       Optional ByVal maximumSize As Double _
    )

    Parameters

    classificationField
    Classification field.
    classificationMethod
    Statistical algorithm to compute breaks.
    breakCount
    (Optional) Number of breaks. (default value = 5)
    colorRamp
    (Optional) Color ramp to apply to those classes. The default color ramp is chosen based on the class breaks type.
    symbolTemplate
    (Optional) A template for symbol used in the renderer. The default symbol template is determined based on the feature type.
    minimumSize
    (Optional) Minimum symbol size. (default value = 4.0)
    maximumSize
    (Optional) Maximum symbol size. (default value = 18.0)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also