Home
Community
Discussion Forums
Most Active Software Boards
Measurement Studio for .NET Languages
Topic
Measurement Studio for .NET Languages
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 to draw a line on a scattergraph in VB.net
How to draw a line on a scattergraph in VB.net
joe shmo
Member
08-27-2007
02:33 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Hello,
Just wandering how to draw a vertical line on a scattergraph in VB.net.
Say from (1,0) to (1,10)
Thank you
0
Kudos
Message
1
of 2
(3,520 Views)
Reply
Re: How to draw a line on a scattergraph in VB.net
Song_D
NI Employee (retired)
08-28-2007
09:48 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Hi, Joe,
Try this:
Dim x(10) As Double
Dim y(10) As Double
For j As Integer = 0 To 10
x(j) = 1
y(j) = j
Next
xyDataScatterGraph.PlotXY(x, y)
Song D
Regards,
Song Du
Systems Software
National Instruments R&D
0
Kudos
Message
2
of 2
(3,508 Views)
Reply
All Forum Topics
Previous Topic
Next Topic