31 #include "vtkChartsCoreModule.h" 57 int legendIndex)
override;
68 vtkGetMacro(PolyLine,
bool);
87 #endif //vtkPlotLine_h bool PolyLine
Poly line (true) or line segments(false).
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.