|
The property ModeDisp controls how the data points in the diagram are displayed and connected:1)
| mdLines |
continuous line: the data points are connected by lines |
| mdSymbols |
symbols: the data points are displayed by symbols; use the parameter Symbol to specify the kind of symbol. |
| mdLinSpec |
line spectrum: the data points are represented by vertical lines from zero the y-value of the data points |
| mdClassLines |
classified lines: the data points are connected by lines whose colors are controlled by the class of the respective data point |
Please note that changes of the plot parameters won't have any effect until you call the method Refresh of the plot window.
|