Todo List
Description: Describes the possible values of the CustomBar setBarStyle method
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Example:
$barSeries = new Bar($myChart->getChart()); $barSeries->setBarStyle(BarStyle::$CONE); $barSeries->getMarks()->setVisible(true); $barSeries->getMarks()->setStyle(MarksStyle::$VALUE); $barSeries->fillSampleValues(5); $barSeries->setConePercent(30);
[line 55]
[line 60]
[line 46]
[line 50]
[line 65]
[line 41]
[line 36]
[line 31]
BarStyle BarStyle( )
void fromValue( $value)