------------------------------------------------------------------------------
| 456 | |
| 457 | //------------------------------------------------------------------------------ |
| 458 | void vtkPlot::SetTooltipLabelFormat(const vtkStdString& labelFormat) |
| 459 | { |
| 460 | if (this->TooltipLabelFormat == labelFormat) |
| 461 | { |
| 462 | return; |
| 463 | } |
| 464 | |
| 465 | this->TooltipLabelFormat = labelFormat; |
| 466 | this->Modified(); |
| 467 | } |
| 468 | |
| 469 | //------------------------------------------------------------------------------ |
| 470 | vtkStdString vtkPlot::GetTooltipLabelFormat() |