Sets the data connected flag. Points are connected by straight lines. @param _connected true<\code> if points are connected
(boolean _connected)
| 361 | * |
| 362 | */ |
| 363 | public void setConnected(boolean _connected) { |
| 364 | connected = _connected; |
| 365 | if (connected) { |
| 366 | recalculatePath(); |
| 367 | } |
| 368 | } |
| 369 | |
| 370 | /** |
| 371 | * Sets the data point fill, edge, and error bar colors to the same color. |
no test coverage detected