| Unit: |
SDL_rchart |
| Class: |
TContourPlot |
| Declaration: |
property PlotMode: TContourPlotMode; |
The PlotMode property controls how the contour plot is generated:
| PlotMode |
Description |
| cpmDots |
Isohypses consisting of colored dots (simulating a contour line); the colors are taken from the property IsoColors. The properties IsoLow, IsoHigh, and IsoDist control the first and the last line, and the distance between lines, respectively.
|
| cpmMonoDots |
Isohypses consisting of black dots. The properties IsoLow, IsoHigh, and IsoDist control the first and the last line, and the distance between lines, respectively.
|
| cpmColorSurface |
Colored surface plot; the colors are taken from the property IsoColors. The color scale is determines by the properties IsoLow and IsoHigh.
|
|