Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ChartObject.Diagram property (Read 3361 times)
ooswald
YaBB Newbies
*
Offline



Posts: 16
Joined: Jun 15th, 2006
ChartObject.Diagram property
Jul 25th, 2006 at 5:42am
Print Post  
I'd love to have a property on the ChartObject class which refers to the parent FlowChart object containing the chart object in question.

This way, I only need to pass the ChartObject (e.g. Box) object to method calls instead of always adding the corresponding FlowChart object to the method's arguments.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3253
Joined: Oct 19th, 2005
Re: ChartObject.Diagram property
Reply #1 - Jul 25th, 2006 at 5:58am
Print Post  
There is a 

public FlowChart Parent

property... though it might be undocumented ...
  
Back to top
 
IP Logged
 
ooswald
YaBB Newbies
*
Offline



Posts: 16
Joined: Jun 15th, 2006
Re: ChartObject.Diagram property
Reply #2 - Jul 25th, 2006 at 6:10am
Print Post  
Yes! It even shows up in IntelliSense.

So you simply need to update the docs Smiley
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3253
Joined: Oct 19th, 2005
Re: ChartObject.Diagram property
Reply #3 - Jul 25th, 2006 at 11:03am
Print Post  
'k, documenting this will be the major new feature in the next release Grin
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint