-
Notifications
You must be signed in to change notification settings - Fork 11
Title and Footer
Yeray edited this page Mar 22, 2018
·
2 revisions
These two chart properties are used to display text at chart top and bottom sides:
Chart1.title.text = “Hello”;
Chart1.footer.text = “World”;
Multiple-line text is done by adding \n
line-feed delimiters:
Chart1.title.text = “Hello \n World”;
Title and Footer are Annotation-derived objects, and such they inherit the format
sub-properties:
Chart1.title.visible = true;
Chart1.title.transparent = false;
Chart1.title.format.gradient.visible = true;
Chart1.title.format.round.x=20;
Elements
Chart formatting
Series
Other parts of the Chart
Chart behaviour