User (Legacy) Posted April 22, 2003 Report Share Posted April 22, 2003 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 More sharing options...
Software FX Posted April 22, 2003 Report Share Posted April 22, 2003 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.