Questions tagged [createchartshape]
2 questions
                    
                    1
                    
            vote
                
                0 answers
            
        PHPOffice/PHPPresentation (PowerPoint) how to put a chart (createChartShape) inside a table cell?
By following the docs I found how to draw a chart directly inside the PowerPoint slide like this:
$seriesData = array(
  'Monday' => 12,
  'Tuesday' => 15,
  'Wednesday' => 13,
);
$series = new…
        
        Vlado
        
- 3,517
 - 2
 - 26
 - 24
 
                    0
                    
            votes
                
                0 answers
            
        PHPOffice/PHPPresentation (PowerPoint) Chart (createChartShape) how to access and change font size and color of axis labels?
In PHPOffice/PHPPresentation chart shape I need to change color and font size of labels on X and Y axis like for example here:
https://jsfiddle.net/462gxdn3/
xAxis->labels->style->color:'#0000FF'
xAxis->labels->style->fontSize: 15
This changes font…
        
        Vlado
        
- 3,517
 - 2
 - 26
 - 24