Jump to content
Software FX Community

Transparency


User (Legacy)

Recommended Posts

Hi,

I am working with the ChartFX for .NET trial. I have created a 3D clustered

area chart in a Windows Form application. I was wondering if there is any

way to make the "bars" transparent. In other words, if I have four bars of

data running side by side, how can I make them transparent so that the axis

lines show through? Is this possible?

--

Tim Hodgson

ExclamationSoft - http://www.exclamationsoft.com

----------------------------------------------------------------------------

--------------------------------------------

WebWatchBot - Know when your site goes down, before your customers do!

NetMailBot - Ease the pain of automated email

Smtp.NET - Better email for the .NET world

Link to comment
Share on other sites

You can set the color of the bar to a semi-transparent color like this

// Set first series to semi-transparent red

chart1.Series[0].Color = Color.From(128,255,0,0);

--

Regards,

JC

Software FX Support

"Tim Hodgson" <timhodgson@hotmailNOSPAM.com> wrote in message

news:D#Ul6nNCDHA.2304@webserver1.softwarefx.com...

> Hi,

>

> I am working with the ChartFX for .NET trial. I have created a 3D

clustered

> area chart in a Windows Form application. I was wondering if there is any

> way to make the "bars" transparent. In other words, if I have four bars

of

> data running side by side, how can I make them transparent so that the

axis

> lines show through? Is this possible?

>

> --

> Tim Hodgson

> ExclamationSoft - http://www.exclamationsoft.com

> --------------------------------------------------------------------------

--

> --------------------------------------------

> WebWatchBot - Know when your site goes down, before your customers do!

> NetMailBot - Ease the pain of automated email

> Smtp.NET - Better email for the .NET world

>

>

>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...