28 #include "vtkChartsCoreModule.h"
54 int legendIndex) VTK_OVERRIDE;
65 vtkGetMacro(PolyLine,
bool);
80 void operator=(const
vtkPlotLine &) VTK_DELETE_FUNCTION;
84 #endif //vtkPlotLine_h
Class for drawing an points given two columns from a vtkTable.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Class for drawing 2D primitives to a graphical context.
a simple class to control print indentation
bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex) override
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.
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.
bool Paint(vtkContext2D *painter) override
Paint event for the XY plot, called whenever the chart needs to be drawn.