function pChart::setLineStyle in Visitors 8
Same name and namespace in other branches
- 7.0 pchart/pChart.inc \pChart::setLineStyle()
 
1 call to pChart::setLineStyle()
- pChart::printErrors in pchart/
pChart.inc  
File
- pchart/
pChart.inc, line 211  
Class
Code
function setLineStyle($Width = 1, $DotSize = 0) {
  $this->LineWidth = $Width;
  $this->LineDotSize = $DotSize;
}