You are here

function pChart::setLineStyle in Visitors 7.0

Same name and namespace in other branches
  1. 8 pchart/pChart.inc \pChart::setLineStyle()
1 call to pChart::setLineStyle()
pChart::printErrors in pchart/pChart.inc

File

pchart/pChart.inc, line 211

Class

pChart

Code

function setLineStyle($Width = 1, $DotSize = 0) {
  $this->LineWidth = $Width;
  $this->LineDotSize = $DotSize;
}