Changing labels on TeeChart from RAP
Hi,
I'd like to change the labels of a chart in RAP.
We have a values that need to be translated like:
0 -> Materials
1 -> Work
etc.
I tried to use the DPTeeChart1OnPrint event of the the but
DPTeeChart1.Chart.Series[0] will not compile. ('Series' not recognized)
Is there a solution?
Best regards,
J.W. Koot
I'd like to change the labels of a chart in RAP.
We have a values that need to be translated like:
0 -> Materials
1 -> Work
etc.
I tried to use the DPTeeChart1OnPrint event of the the but
DPTeeChart1.Chart.Series[0] will not compile. ('Series' not recognized)
Is there a solution?
Best regards,
J.W. Koot
This discussion has been closed.
Comments
You will need to create a rap pass-thru function to access the Chart
properties. Detailed examples of creating and implementing pass-thru
functions are available in the ReportBuilder Developer's Guide located in
the \RBuilder\Developer's Guide\... directory.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com