public DotDensityRendererDefinition( List<string> fields, CIMColorRamp colorRamp, double dotSize, double dotValue, string symbolLabel, string unitLabel )
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.