24 #ifndef __vtkPlotLine_h
25 #define __vtkPlotLine_h
27 #include "vtkChartsCoreModule.h"
41 virtual bool Paint(vtkContext2D *painter);
49 virtual bool PaintLegend(vtkContext2D *painter,
const vtkRectf& rect,
65 #endif //__vtkPlotLine_h
virtual bool Paint(vtkContext2D *painter)
Class for drawing an points given two columns from a vtkTable.
a simple class to control print indentation
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
virtual void PrintSelf(ostream &os, vtkIndent indent)
static vtkPlotPoints * New()
Class for drawing an XY line plot given two columns from a vtkTable.