Chart Titles

Stimulsoft Reports.WEB discussion
Post Reply
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Chart Titles

Post by jay@bplogix.com »

Is it possible to add variables or database columns to a report title? It seems to only accept raw text.

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Chart Titles

Post by HighAley »

Hello.

It's possible to do in the Before Print event of the Chart with next code:

Code: Select all

Chart1.Title.Text = Categories.CategoryName;
Thank you.
Post Reply