Coni Loving 11.Oct.02 11:58 AM a Web browser Freelance9.7Windows 2000
I have written an application in Lotus Notes and the user clicks a button (action) to Create a Freelance presentation. This works fine, I can create pages and populate them as needed from my Notes documents. I have a title page, a bulleted list, charts and tables.
When creating chart data however, I cannot seem to get my 'row labels.'
In looking at the online help, I believe this could have to do with Ticklabels, but the help tends to show the syntax along these lines (I am typing this from memory, so please pardon if the syntax is not really correct here):
chart.chartaxis.ticklabels.attribute = value
Great, but what are the attributes? I can rarely find what the attributes are and I simply start guessing. In this particular case, I need to get a value for the label from a Notes document and add it to the chart.
Would this be something like
chart.xAxis.ticklabel(x).???? = "Text Value"
I have tried .text and .value for ???? -- didn't work.
How does this differ from my dataseries labels?
Any pointers in the right direction will be greatly appreciated.