Profile Picture

Legend shape

Posted By David Clark 14 Years Ago
Author
Message
David Clark
Posted 14 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)

Group: Forum Members
Last Active: 14 Years Ago
Posts: 7, Visits: 1
I would have thought it would be possible to set the shape of the legend like this:

legend.BorderStyle.Shape = BorderShape.RoundedRect;

But BorderStyle is null. Ok, I'll create a new border style instance:

legend.BorderStyle = new NBorderStyle(BorderShape.RoundedRect);

Nope, NBorderStyle is an abstract class. What class should I use? I can't seem to find this information anywhere in the online documentation.




Similar Topics


Reading This Topic