public UnclassedColorsRendererDefinition( string field, CIMSymbolReference symbolTemplate, CIMColorRamp colorRamp, string upperLabel, string lowerLabel )
Public Function New( _ ByVal field As String, _ ByVal symbolTemplate As CIMSymbolReference, _ ByVal colorRamp As CIMColorRamp, _ ByVal upperLabel As String, _ ByVal lowerLabel As String _ )
Parameters
- field
- Name of the field used in the renderer.
- symbolTemplate
- A template for symbol used in the renderer.
- colorRamp
- Color ramp to apply to those classes.
- upperLabel
- Used in the legend to denote the maximum value in the color scheme.
- lowerLabel
- Used in the legend to denote the minimum value in the color scheme.