Jump to content
Software FX Community

how to automatically wrap Legend text


W.D

Recommended Posts

This is not supported by Chart FX, however, a work around could be:

Chart1.Legend(0) = "Some text " + Envronment.newLine + "Some text"

or if you are using series legends do:

Chart1.SerLeg(0) = "Some text " + Envronment.newLine + "Some text"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...