public function PHPExcel_Chart_DataSeriesValues::getPointMarker in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/DataSeriesValues.php \PHPExcel_Chart_DataSeriesValues::getPointMarker()
* Get Point Marker * *
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ DataSeriesValues.php, line 161
Class
- PHPExcel_Chart_DataSeriesValues
- PHPExcel_Chart_DataSeriesValues
Code
public function getPointMarker() {
return $this->_marker;
}