24 #ifndef _vtkQtChartWidget_h
25 #define _vtkQtChartWidget_h
28 #include "vtkQtChartExport.h"
111 virtual QSize sizeHint()
const;
117 void printChart(QPrinter &printer);
122 void saveChart(
const QStringList &files);
127 void saveChart(
const QString &filename);
148 void changeLegendLocation();
158 QVBoxLayout *TitleLayout;
159 QGridLayout *LegendLayout;
160 QVBoxLayout *TopLayout;
161 QHBoxLayout *ChartLayout;
The vtkQtChartTitle class is used to draw a chart title.
The vtkQtChartLegend class displays a chart legend.
The vtkQtChartArea class manages the chart axes and layers.