Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic The tutorial1 diagram shows wierd arraws. (Read 2816 times)
PaulWu
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 5
Joined: Nov 16th, 2015
The tutorial1 diagram shows wierd arraws.
Nov 16th, 2015 at 5:45pm
Print Post  
Hi,

I ran the tutorial1 but got very wired diagram. All the arrows are "doubled", as shown in the attached file. I downloaded the trial version 4.1.4, and my java sdk version is 1.80_45. Could anyone help me solve this? Thanks
  

Tutorial1.png ( 53 KB | 153 Downloads )
Tutorial1.png
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: The tutorial1 diagram shows wierd arraws.
Reply #1 - Nov 16th, 2015 at 6:33pm
Print Post  
Hi,

The second set of lines is supposed to represent shadows Smiley You could change them to a ligher color like this:

Code
Select All
diagram.getDiagramLinkStyle().setShadowBrush(
	new SolidBrush(new Color(150, 150, 150, 80))); 



or hide them altogether:

Code
Select All
diagram.getDiagramLinkStyle().setShadowBrush(null); 



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