Jump to content
Software FX Community

PointLabelOffset


wmdyer

Recommended Posts

I am curious if this property/method could actually be used.  It is listed in the help, but with no sample.  Looking through the headers I can see a method to GET pointlablesoffset which returns a _ExternalPointPtr which has X and Y values, but setting these values do not seem to have any kind of effect.  Here is what I have done:

 

Cfx62::_ExternalPointPtr test = m_chartPtr->GetPointLabelOffset();

test->X = 50;

test->Y = 100;

 

From here I do not know what to do.  Neither of these changes seem to take effect and I don't see any kind of SetPointLabelOffset() method and calling GetPointLabelOffset() and checking the values show 0 for X and Y.  How can I make use of this property?  Is it really even implemented? 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...