Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Some queries on hotspot (Read 1605 times)
Bala
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 156
Joined: Apr 21st, 2009
Some queries on hotspot
Nov 1st, 2012 at 10:10am
Print Post  
Hi Stoyo,


We are using following AnchorPattern to display a cicrlualar hotspot on the node:
Code
Select All
 hotspotAnchorPattern = new AnchorPattern(new AnchorPoint[]
 {
	new AnchorPoint(93,30,false,false,MarkStyle.Circle,brownBrush)
 });
node.AnchorPattern = hotspotAnchorPattern; 



Could you please suggest on how to achieve following:
1) We want the hotspot circle to be filled, currently only circle border is showing up.
2) We want to increase the size of the hotspot circle such that the hotspot circle should be no less than 1/5th the size of the node.

Thanks,
Bala
« Last Edit: Nov 1st, 2012 at 11:58am by Bala »  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Some queries on hotspot
Reply #1 - Nov 1st, 2012 at 1:33pm
Print Post  
You should be able to implement this by setting MarkStyle.Custom and handling the DrawAnchorPoint event.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint