Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Setting font on chart title #688

Open
wants to merge 1 commit into
base: 1.8
Choose a base branch
from
Open

Setting font on chart title #688

wants to merge 1 commit into from

Conversation

nomisoft
Copy link

Added the ability to set the font on a chart title so the colour can be changed or text made bold/italic etc

e.g

$title = new PHPExcel_Chart_Title("My Title");
$title->getFont()->setItalic(true)->setStrikethrough(true)->getColor()->setRgb('ff0000');
$chart = new PHPExcel_Chart('chart',$title....

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant