Jump to content
Software FX Community

Annotation Balloon Arrows


User (Legacy)

Recommended Posts

Hi,

I am new to chartFX, so apologies if this is a really simple question. I

want to add a balloon annotation to my charts with an arrow which points to

the data point, but the arrow head allways seems to point to the chart

origin (top left).

Please, how can I get it to point to the data point as it is driving me mad!

regards

Pete

Link to comment
Share on other sites

The annotation balloons are by default pointing to the upper-left corner.

To change this use:

balloon.TailCorner = 3;

Note that this will just move the position of the "arrow" it will not change

the position of the object itself. You have to position the object

appropriately if you want the arrow to end where the Point Marker is.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...