TeeChart5.02 and RB6.03
I am trying to create a simple stacked bar chart. The only problem is that I
don't know in advance how many series there will be in the data. The user
can filter date ranges, employee number ranges, etc... at runtime.
I need a stacked bar chart graph. The bars would represent each month, the
individual stacked bars would be employee sales, so that the total height of
the bar would equal total sales for all employees.
My question is... Can I add a series to the chart using RAP at runtime?
I can't use delphi code beacuse we are using a report server that loads a
RTM file and a SQL file at runtime, loads the query, hooks to a
datapipeline, loads the template and then calls ppReport1.Print.
Thanks in advance for any suggestions.
Andy
don't know in advance how many series there will be in the data. The user
can filter date ranges, employee number ranges, etc... at runtime.
I need a stacked bar chart graph. The bars would represent each month, the
individual stacked bars would be employee sales, so that the total height of
the bar would equal total sales for all employees.
My question is... Can I add a series to the chart using RAP at runtime?
I can't use delphi code beacuse we are using a report server that loads a
RTM file and a SQL file at runtime, loads the query, hooks to a
datapipeline, loads the template and then calls ppReport1.Print.
Thanks in advance for any suggestions.
Andy
This discussion has been closed.
Comments
to do include the necessary Teechart classes and properties. See Valdir
Stiebe Junior's post in today's general newsgroup postings.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Do you have an example project and report which demonstrates this. I have
searched the newsgroups, and I have seen references to demos in
www.digital-metaphors.com/tips/... However, this link does not work. Please
email me any demos you think would be helpful.
Thanks,
Andy
antek2000@hotmail.com
You can create the RTTI for other component classes as shown in the RAP
demos and tutorials in your RBuilder installation. I pointed you to Mr.
Junior's post in the general newsgroup as he says that he is doing the same
thing and may be able to help you.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com