VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::SetXTitle ( const std::string  t)

Set the title of the x axis.

Definition at line 57 of file vtkfigXYPlot.cxx.

58  {
59  XYPlotActor->SetXTitle(t.c_str());
60  xtitle=t;
61  }
std::string xtitle
Definition: vtkfigXYPlot.h:187
vtkSmartPointer< vtkXYPlotActor > XYPlotActor
The main graphics actor.
Definition: vtkfigXYPlot.h:175