From: SourceForge.net <no...@so...> - 2007-07-31 19:05:38
|
Feature Requests item #1764367, was opened at 2007-07-31 14:21 Message generated for change (Comment added) made by anmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821571&aid=1764367&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: Closed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: What is a DataSource? Initial Comment: Hi again ;-) The PointPlot has a DataSource-property. Which requirements does the library have to objects that are used as data sources? If I am to use - say a DataTable-object - how should this contain the coordinates in order to NPlot to understand it? Thanks in advance. / Michael Banzon, mi...@ab... ---------------------------------------------------------------------- >Comment By: Angel Marin (anmar) Date: 2007-07-31 21:05 Message: Logged In: YES user_id=627967 Originator: NO DataSource property content is handled by *DataAdapter classes. For the BaseSequencePlot derived plots, SequenceAdapter is used. In the case of a DataTable object and a PointPlot plot, you control how data is extracted using AbscissaData and OrdinateData properties to tell it what columns to use. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821571&aid=1764367&group_id=161868 |