26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_CHARTSTYLE_H    27 #define __TERRALIB_QT_WIDGETS_INTERNAL_CHARTSTYLE_H    30 #include "../Config.h"    96           void setTitle(QString newTitle);
   103           QFont& getTitleFont();
   110           void setTitleFont(QFont newTitleFont);
   124           void setAxisX(QString newAxisX);
   138           void setAxisY(QString newAxisY);
   145           QFont& getAxisFont();
   152           void setAxisFont(QFont newAxisFont);
   198           void setColor(QColor newColor);
   205           bool getGridChecked();
   212           void setGridChecked(
bool newGridChecked);
   231 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_CHARTSTYLE_H 
A Fill specifies the pattern for filling an area geometry. 
 
A Stroke specifies the appearance of a linear geometry.