SetPlotType — Select the type of plot - how the data will be graphed
$plot->SetPlotType($pt
)
$pt
A string indicating the type of plot. The following types are available:
area
bars
boxes
bubbles
candlesticks
candlesticks2
linepoints
lines
ohlc
pie
points
squared
stackedarea
stackedbars
thinbarline
The default plot type is 'linepoints'.
A complete description of the available plot types can be found in Section 3.4, “PHPlot Plot Types”.