Home
Community
Discussion Forums
Most Active Software Boards
Measurement Studio for VC++
Topic
Measurement Studio for VC++
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
how could i plot more than one line in a xy chart
how could i plot more than one line in a xy chart
SuperWolfi
Member
12-19-2002
08:58 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
With the following code i plot one line how could i Plot more than on line?
m_diagramm.ClearData();
m_diagramm.ChartLength=1000;
CNiReal64Matrix dataxy(2,mysize);
m_diagramm.ChartXY(dataxy);
0
Kudos
Message
1
of 2
(2,911 Views)
Reply
Re: how could i plot more than one line in a xy chart
Elton Wells
Active Participant
12-19-2002
09:25 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Add another plot to the plots collection and call ChartXY (or whichever method is appropriate) on the new plot.
- Elton
0
Kudos
Message
2
of 2
(2,911 Views)
Reply
All Forum Topics
Previous Topic
Next Topic