| 454 | } |
| 455 | |
| 456 | void QmitkChartWidget::Impl::SetLineStyle(const std::string &label, LineStyle style) |
| 457 | { |
| 458 | auto element = GetDataElementByLabel(label); |
| 459 | const std::string lineStyleName(m_LineStyleToName.at(style)); |
| 460 | element->SetLineStyle(QVariant(QString::fromStdString(lineStyleName))); |
| 461 | } |
| 462 | |
| 463 | void QmitkChartWidget::Impl::SetMarkerSymbol(const std::string &label, MarkerSymbol symbol) |
| 464 | { |