Jump to content
Software FX Community

comp236

Members
  • Posts

    1
  • Joined

  • Last visited

comp236's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am trying to underline the text within point labels using the below code chart1.Points[index, i].PointLabels.Font = new Font(chart1.Points[index, i].PointLabels.Font, FontStyle.Underline); It doesn't seem to be working. I have also tried FontStyle.Bold, FontStyle.Italic but nothing works. Could you please suggest me a way to underline pointlabel text.
×
×
  • Create New...