Bubble Map: Is there a way to link the bubbles

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
jbalasub
Newbie
Newbie
Posts: 10
Joined: Thu Nov 20, 2003 5:00 am

Bubble Map: Is there a way to link the bubbles

Post by jbalasub » Mon Aug 02, 2004 9:47 pm

I have users of my application who draw bubbleMaps and who want to be able to connect the bubbles with lines (with arrowheads) to visually display order of the bubbles. Is it possible to this link these bubbles with a colored line programatically? :oops:

Pep
Site Admin
Site Admin
Posts: 3277
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Aug 02, 2004 11:21 pm

Hi,

the Bubble Series type does not have this functionlity, but it can be done using the Canvas techniques (drawing lines on canvas) or use the Line Series type setting hte pointer style to Circle.

Post Reply