------------------------------------------------------------------------------
| 2719 | |
| 2720 | //------------------------------------------------------------------------------ |
| 2721 | void vtkXYPlotActor::SetLabelFormat(const char* _arg) |
| 2722 | { |
| 2723 | this->SetXLabelFormat(_arg); |
| 2724 | this->SetYLabelFormat(_arg); |
| 2725 | } |
| 2726 | |
| 2727 | //------------------------------------------------------------------------------ |
| 2728 | void vtkXYPlotActor::SetXLabelFormat(const char* _arg) |
no test coverage detected