Legendbox transparency

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
bkahlen
Posts: 3
Joined: Mon Mar 31, 2014 9:16 pm

Legendbox transparency

Post by bkahlen » Mon Mar 31, 2014 9:29 pm

Hello,
is there a way to change the tranparency of the LegendBox?

Thanks

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Legendbox transparency

Post by ArctionPasi » Mon Mar 31, 2014 10:06 pm

Hello.

Yes, for example set
LegendBox.Fill.Color = Color.FromArgb(128,255,0,0);
LegendBox.Fill.GradientColor = Color.FromArgb(128,180,0,0);

to show semi-transparent red gradient fill on it.

Also set LegendBox.Shadow color accordingly.
LightningChart Support Team, PT

Post Reply