Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Remove border from bars in barchart (Read 3727 times)
abhi dhotre
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 28
Joined: Jul 12th, 2017
Remove border from bars in barchart
Jul 13th, 2017 at 6:39pm
Print Post  
Hi All,
Which property is used to remove the black border that appear on bars in barchart ?
Thanks,
Abhi Smiley
  
Back to top
 
IP Logged
 
Slavcho
God Member
*****
Online


tech.support

Posts: 3447
Joined: Oct 19th, 2005
Re: Remove border from bars in barchart
Reply #1 - Jul 13th, 2017 at 7:48pm
Print Post  
Hi,

You can change border color using Stroke properties of Theme or styles. E.g. try this in BarChart sample project -

Code
Select All
barChart.Theme.UniformSeriesStroke = new SolidBrush(Color.Transparent);
barChart.Theme.CommonSeriesFills = new List<MindFusion.Drawing.Brush>()
{
	firstBrush, secondBrush, thirdBrush
}; 



Regards,
Slavcho
  
Back to top
 
IP Logged
 
abhi dhotre
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 28
Joined: Jul 12th, 2017
Re: Remove border from bars in barchart
Reply #2 - Jul 13th, 2017 at 7:55pm
Print Post  
Thanks Slavcho, it worked.  Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint