Sets the color of the lines connecting data points. @param _lineColor
(Color _lineColor)
| 519 | * @param _lineColor |
| 520 | */ |
| 521 | public void setLineColor(Color _lineColor) { |
| 522 | lineColor = _lineColor; |
| 523 | } |
| 524 | |
| 525 | /** |
| 526 | * Sets the column names when rendering this dataset in a JTable. |
no outgoing calls
no test coverage detected