20 #ifndef _vtkQtStackedChartView_h
21 #define _vtkQtStackedChartView_h
23 #include "QVTKWin32Header.h"
46 void SetHelpFormat(
const char* format);
50 void SetSumNormalized(
bool normalized);
54 void SetGradientDisplayed(
bool gradient);
vtkQtChartSeriesModelCollection * StackedModel
The vtkQtStackedChart class is used to display a stacked chart.
virtual vtkQtChartSeriesOptions * GetChartSeriesOptions(int series)=0
virtual vtkQtChartSeriesModelCollection * GetChartSeriesModel()=0
void PrintSelf(ostream &os, vtkIndent indent)
virtual void AddChartSelectionHandlers(vtkQtChartMouseSelection *selector)
vtkQtStackedChart * StackedChart
a simple class to control print indentation
The vtkQtChartSeriesLayer class is the base class for chart layers that use the chart series model...
The vtkQtChartSeriesOptions class stores the common series drawing options.
The vtkQtChartSeriesModelCollection class is used to combine chart series models. ...
virtual vtkQtChartSeriesLayer * GetChartSeriesLayer()=0
Wraps a vtkQtChartArea into a VTK view.
The vtkQtChartMouseSelection class is used to select chart elements based on the current selection mo...