DPlot Forum Index DPlot
http://www.dplot.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Labelling a point

 
Post new topic   Reply to topic    DPlot Forum Index -> Excel
View previous topic :: View next topic  
Author Message
Godspower Njoku



Joined: 18 Apr 2010
Posts: 1
Location: London

PostPosted: Thu Sep 23, 2010 4:43 pm    Post subject: Labelling a point Reply with quote

How do I label a point on dplot?
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
DPlotAdmin
Site Admin


Joined: 24 Jun 2003
Posts: 2310
Location: Vicksburg, Mississippi

PostPosted: Thu Sep 23, 2010 6:18 pm    Post subject: Reply with quote

Since you posted this in the Excel forum, I assume you mean from Excel. There's no good way to do that unless you want to write your own VBA routine that calls the DPlot_Command function in dplotlib.xla. If that's what you want to do, it is easy enough:

doc = DPlotGetActiveDocument()
If doc > 0 Then
ret = DPlot_Command(doc, "[TextPointLabel(<textpointlabel parameters: see Help file>)]")
Call DPlot_Finish(doc)
End If
_________________
Visualize Your Data
support@dplot.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    DPlot Forum Index -> Excel All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group