ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / DotDensityRendererDefinition Class / DotDensityRendererDefinition Constructor / DotDensityRendererDefinition Constructor(List<String>,CIMColorRamp,Double,Double,String,String)
One or more fields be used to get values or combination of values from.
(Optional)Color ramp to control the color scheme. If no color scheme is specified, a default color ramp will be used.
(Optional) Controls the dot size.
(Optional) Controls the dot value..
(Optional) The symbol label.
(Optional) The unit label.

In This Topic
    DotDensityRendererDefinition Constructor(List<String>,CIMColorRamp,Double,Double,String,String)
    In This Topic
    Create a DotDensityRendererDefinition.
    Syntax
    Public Function New( _
       ByVal fields As List(Of String), _
       Optional ByVal colorRamp As CIMColorRamp, _
       Optional ByVal dotSize As Double, _
       Optional ByVal dotValue As Double, _
       Optional ByVal symbolLabel As String, _
       Optional ByVal unitLabel As String _
    )

    Parameters

    fields
    One or more fields be used to get values or combination of values from.
    colorRamp
    (Optional)Color ramp to control the color scheme. If no color scheme is specified, a default color ramp will be used.
    dotSize
    (Optional) Controls the dot size.
    dotValue
    (Optional) Controls the dot value..
    symbolLabel
    (Optional) The symbol label.
    unitLabel
    (Optional) The unit label.
    Remarks
    Only applicable for polygon feature layers.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also