User (Legacy) Posted October 5, 2004 Report Share Posted October 5, 2004 I am using ChartFX client server version 5.1 in MFC. I am using the annotation extension. How do I force a line break in the text of balloon-type annotation? Thanks. Erik Link to comment Share on other sites More sharing options...
Software FX Posted October 7, 2004 Report Share Posted October 7, 2004 Simply add a \n in your text: IAnnBalloonPtr balloon = annotation->Add((short) OBJECT_TYPE_BALLOON); balloon->Width = 100; balloon->Height = 100; balloon->Text = "Line 1 \nLine 2"; -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.