Last updated

API / geotoolkit / controls / shapes / HeatMap / PlotType

Enumeration: PlotType

shapes.HeatMap.PlotType

Enum of Plotting types

Table of contents

Enumeration Members

Contents

Enumeration Members

LinearInbound

LinearInbound = "LINEARINBOUND"

Linear interpolation between data point, first column(or row) and last column(or row) are mapped to the bound of the image


LinearLoop

LinearLoop = "LINEARLOOP"

Linear interpolation between data point, and also calculate interpolation for the area where outside of the first column(or row) and last column(or row) by interpolate between them.


LinearMirror

LinearMirror = "LINEARMIRROR"

Linear interpolation between data point, and draw outside area of the first column(or row) and last column(or row) by mirror the color of them.


Step

Step = "STEP"

Step plot mode (no interpolation)