public HeatMapRendererDefinition( CIMColorRamp colorRamp, string weightField, int radius, int renderingQuality, string upperLabel, string lowerLabel )
Public Function New( _ ByVal colorRamp As CIMColorRamp, _ ByVal weightField As String, _ Optional ByVal radius As Integer, _ Optional ByVal renderingQuality As Integer, _ Optional ByVal upperLabel As String, _ Optional ByVal lowerLabel As String _ )
Parameters
- colorRamp
- (Optional) Controls the color scheme of the heat map. If no color scheme is specified, a default color ramp will be used.
- weightField
- (Optional) Name of the field denoting weighting values for each feature.
- radius
- (Optional) Controls how far the heat spreads away from the points.
- renderingQuality
- (Optional) Controls the pixilation of the raster. This is an arbitrary range that goes from Best (10) to Fastest (0).
- upperLabel
- (Optional) Used in the legend to denote the maximum value in the color scheme.
- lowerLabel
- (Optional) Used in the legend to denote the minimum value in the color scheme.