Mark Text not persisted when assign to another chart
Posted: Wed Mar 02, 2005 7:29 pm
I'm assigning a chart to another temporary invisible chart for printing from. I've changed the main chart's mark's text in OnGetMarkText. The original, not the changed text, is what is printed from the second chart.
Is there a way to access the actual mark's text and assign that to the new chart ? Perhaps expose the second chart's series OnGetMarkText event and change it there or access the second chart's mark's DrawText method ? Or create the second chart then change its mark text from the main chart's series OnGetMarkText event ?
Steve
Is there a way to access the actual mark's text and assign that to the new chart ? Perhaps expose the second chart's series OnGetMarkText event and change it there or access the second chart's mark's DrawText method ? Or create the second chart then change its mark text from the main chart's series OnGetMarkText event ?
Steve