ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Footer
Posted by Raj on Jan-13-2009 19:56
How to add footer in chart director4.1 i.e i want to display my  name beneath  pie chart screen.

  Re: Footer
Posted by Peter Kwan on Jan-13-2009 20:17
Hi Raj,

There are many methods. For example, in the "Icon Pie Chart (2)" sample code, you can see there is a logo with some text at the bottom right corner of the chart. That logo and text are added as a custom text box using BaseChart.addText. You may use the same method to add text only.

(You may look up "Icon Pie Chart (2)" from the ChartDirector documentation index.)

Hope this can help.

Regards
Peter Kwan