From: SourceForge.net <no...@so...> - 2006-12-07 12:09:30
|
Bugs item #1610746, was opened at 2006-12-07 04:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1610746&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Display DataPoints on Labels Initial Comment: Can i display datapoints(database values) in labels when a vertical guide line is moved along the graph with reference to TextItem class or is there any alternative way to do this. In the text item class to display text: PointD pd=new PointD(x,y); TextItem ti=new TextItem(pd,"Welcome"); ti.TextColor=Color.Red; ps_.Add(ti); (using the above code not able to display anything on the graph) I am using NPlot-0.9.10.0 email address: bsk...@ya... Thanks, Varma ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1610746&group_id=161868 |