Jump to content
Software FX Community

Question about manipulating Annotation Objects


User (Legacy)

Recommended Posts

Two questions actually. 

First question:

I am Using VC 6.0 without MFC. I am creating an Annotation Object like so:

IAnnTextPtr label;

label = m_pAnnList->Add((short)OBJECT_TYPE_TEXT);

label->Text = "Test Label";

label->Top = 100;

label->Left = 100;

The label is getting created correctly, but it will not place itself in the

(100,100) position on my chart (It always goes to the origin). How do I fix

this?

Second question:

How can I get access to the font to change such things as size, font type,

and other font characteristics?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...