27 #include "../../../se/Fill.h" 
   28 #include "../../../se/Stroke.h" 
   49   m_titleFont(titleFont),
 
   53   m_gridChecked(gridChecked),
 
   83   m_titleFont = newTitleFont;
 
  113   m_axisFont = newAxisFont;
 
  137   m_stroke = newStroke;
 
  147   m_backColor = newColor;
 
  152   return m_gridChecked;
 
  157   m_gridChecked = newGridChecked;
 
A Fill specifies the pattern for filling an area geometry. 
 
A Stroke specifies the appearance of a linear geometry. 
 
A class used to define a chartDisplay's style.