Home RAP
New Blog Posts: Merging Reports - Part 1 and Part 2

Changing labels on TeeChart from RAP

edited August 2006 in 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

Comments

  • edited August 2006
    Hi J.W.,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.