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