Jump to content
Software FX Community

Re: Bubble Graphs - Plot outside edge of bubble


Software FX

Recommended Posts

The easiest way is to let the Annotation extension do the work of 

calculating that X/Y position. You can do this using the Attach method. It

will be something like this:

AnnotationObjet.Attach ATTACH_CENTER, "<X value of the bubble>,<Y Value of

the bubble>"

These X and Y values are not pixels but the actual values that you assigned

to the Value and XValue properties in the chart.

Frank

SFX

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...