24 #ifndef _vtkQtChartGridLayer_h
25 #define _vtkQtChartGridLayer_h
27 #include "vtkQtChartExport.h"
52 virtual QRectF boundingRect()
const;
53 virtual void paint(QPainter *painter,
const QStyleOptionGraphicsItem *option,
60 void setXOffset(
float xOffset);
65 void setYOffset(
float yOffset);
69 void handleGridChange();
The vtkQtChartGridLayer class is used to dislpay the chart background grid.
virtual void layoutChart(const QRectF &area)=0
Used to layout the chart layer.
The vtkQtChartLayer class is the base class for all chart drawing layers.
The vtkQtChartArea class manages the chart axes and layers.
The vtkQtChartAxis class is used to display a cartesian axis.
virtual void setChartArea(vtkQtChartArea *area)
Sets the chart area that contains this layer.