31 #include "vtkChartsCoreModule.h"
68 vtkGetMacro(PolyLine,
bool);
83 void operator=(const
vtkPlotLine &) VTK_DELETE_FUNCTION;
87 #endif //vtkPlotLine_h
virtual bool Paint(vtkContext2D *painter)
Paint event for the XY plot, called whenever the chart needs to be drawn.
bool PolyLine
Poly line (true) or line segments(false).
Class for drawing an points given two columns from a vtkTable.
Class for drawing 2D primitives to a graphical context.
a simple class to control print indentation
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
Paint legend event for the XY plot, called whenever the legend needs the plot items symbol/mark/line ...
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkPlotPoints * New()
Creates a 2D Chart object.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Class for drawing an XY line plot given two columns from a vtkTable.