This is the same thing as assigning one TChart on a TForm to another TChart, if RB wasn't involved. Try that as a first test to get it working with a regular TChart application. You are using the right property to get at the embedded chart control (TppTeeChart.Chart). You can also type cast this chart to a TChart if you want to, as it is a TCustomChart type on our wrapper class.
Comments
if RB wasn't involved. Try that as a first test to get it working with a
regular TChart application. You are using the right property to get at the
embedded chart control (TppTeeChart.Chart). You can also type cast this
chart to a TChart if you want to, as it is a TCustomChart type on our
wrapper class.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com