27 #include "../../../se/Fill.h" 
   28 #include "../../../se/Stroke.h" 
   52   style->
setFill(this->getFill()->clone());
 
   53   style->
setStroke(this->getStroke()->clone());
 
A class used to define the style of a histogram's chart. 
 
A Fill specifies the pattern for filling an area geometry. 
 
A Stroke specifies the appearance of a linear geometry.