24 #ifndef vtkQuartileChartRepresentation_h 25 #define vtkQuartileChartRepresentation_h 35 void PrintSelf(ostream& os, vtkIndent indent);
42 const vtkStdString& tableName,
const vtkStdString& columnName);
48 vtkSetMacro(QuartileVisibility,
bool);
49 vtkGetMacro(QuartileVisibility,
bool);
56 vtkSetMacro(RangeVisibility,
bool);
57 vtkGetMacro(RangeVisibility,
bool);
64 vtkSetMacro(AverageVisibility,
bool);
65 vtkGetMacro(AverageVisibility,
bool);
72 vtkSetMacro(MedianVisibility,
bool);
73 vtkGetMacro(MedianVisibility,
bool);
89 class vtkQCRInternals;
90 friend class vtkQCRInternals;
vtkXYChartRepresentation is representation that is used to add vtkPlot subclasses to a vtkChartXY ins...
static vtkXYChartRepresentation * New()
void PrintSelf(ostream &os, vtkIndent indent)
vtkQuartileChartRepresentation extends to vtkXYChartRepresentation to add support for combining quart...
virtual vtkStdString GetDefaultSeriesLabel(const vtkStdString &tableName, const vtkStdString &columnName)
Method to provide the default name given the name of a table and a column in that table...