ArcGIS Pro 2.9 API Reference Guide
DotDensityRendererDefinition Constructor(String[],CIMColorRamp,Double,Double,String,String)

ArcGIS.Desktop.Mapping Namespace > DotDensityRendererDefinition Class > DotDensityRendererDefinition Constructor : DotDensityRendererDefinition Constructor(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.
Create a DotDensityRendererDefinition.
Syntax
Public Function New( _
   ByVal fields() As 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, Windows 8.1

See Also

Reference

DotDensityRendererDefinition Class
DotDensityRendererDefinition Members
Overload List