If you are using RAP, you will need to access the ColorSource properties using a pass-thru function. Examples of how to create a pass-thru function are located in the developer's guide and in the \RBuilder\Demos\0. RAP\... directory.
Otherwise, you should be able to access these properties from Delphi in an event that fires before the teechart is generated.
Comments
If you are using RAP, you will need to access the ColorSource properties
using a pass-thru function. Examples of how to create a pass-thru function
are located in the developer's guide and in the \RBuilder\Demos\0. RAP\...
directory.
Otherwise, you should be able to access these properties from Delphi in an
event that fires before the teechart is generated.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
There is an other way:
- edit report
- save in a file
- edit the file with 'Notepad'
- find Series1
- add line: ColorSource = 'COLOR FIELD'
I have tried with pass-thru function, but it's very difficult...
BR
J-Pierre