Hi,
how can I change the thickness of the colored lines of a legend? I have 4 series with different colors in my layer and they were also shown in the legend. But the 4 colored lines in the legend are only one pixel thick.
thanks in advance
You can try looking at:
http://forums.infragistics.com/forums/p/5297/23905.aspx#23905
In you case you can change the thickness of the lines with:
box.PE.StrokeWidth = 5;
Hi, I'm also having an issue figuring out how to make the Legend's line thickness match the line thickness that I've specified in the LineChart. I've read your answer, as well as the other thread you referenced, but all that does is make the BOX around the legend bigger. I want the line that represent a Series to match the thickness of what is seen on the graph. How do I do this? Attaching a screen shot.