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 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A Fill specifies the pattern for filling an area geometry. 
 
bool m_gridChecked
The boolean used to decide if the chart will have a background grid . 
 
QString m_axisX
The chart X axis' label. 
 
A Stroke specifies the appearance of a linear geometry. 
 
QString m_title
The chart's title. 
 
QFont m_axisFont
The axis' font. 
 
te::se::Fill * m_fill
The chart's fill. 
 
QColor m_backColor
The chart's background color. 
 
te::se::Stroke * m_stroke
The chart's stroke. 
 
QFont m_titleFont
The title's font. 
 
QString m_axisY
The chart Y axis' label.