Jump to content
Software FX Community

legend markers issue


JMartin47

Recommended Posts

The legend marker size cannot be changed. What you can do, however, is create your own UserLegendBox which shows a sligthly bigger marker within the legend. You can try the following:

chart1.UserLegendBox = true;

UserLegendBoxItem item1 = chart1.UserLegendBoxObj.Item[0];item1.Label = "New Legend Item";

item1.MarkerShape =

MarkerShape.Marble;
Link to comment
Share on other sites

Archived

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

×
×
  • Create New...