public ProportionalRendererDefinition( string field, esriUnits units, CIMSymbolReference symbolFill, SymbolShapes proportionalSymbolType, ValueRepresentations valueRepresentations )
Public Function New( _ ByVal field As String, _ ByVal units As esriUnits, _ ByVal symbolFill As CIMSymbolReference, _ Optional ByVal proportionalSymbolType As SymbolShapes, _ Optional ByVal valueRepresentations As ValueRepresentations _ )
Parameters
- field
- Name of the field used in the renderer.
- units
- The units used in the renderer.
- symbolFill
- The fill to be used in symbol type set by using proportionalSymbolType.
- proportionalSymbolType
- (Optional) The symbol type for a proportional renderer. Only symbol type of circle or square is allowed. (default value = Circle)
- valueRepresentations
- (Optional) The value representation used in a proportional renderer. (default value = Radius)