Home
Community
Discussion Forums
Most Active Software Boards
Measurement Studio for VB6
Topic
Measurement Studio for VB6
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 I can hide a graph line without removing plot.
How I can hide a graph line without removing plot.
Developer 162
Member
12-24-2001
03:50 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
How I can hide a graph line without removing plot.
I am using cwgraph1.chartXvsY arr1,arr2 in Visual Basic.
Removig of graph making graph very complicated.
Please help.
0
Kudos
Message
1
of 2
(3,185 Views)
Reply
Re: How I can hide a graph line without removing plot.
David_Whatley
Member
12-27-2001
11:07 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
By 'graph line' I'm assuming you mean a plot. You can hide a plot by setting its LineStyle property to cwLineNone. For example:
CWGraph1.Plots(1).LineStyle = cwLineNone
I hope this helps.
David
0
Kudos
Message
2
of 2
(3,185 Views)
Reply
All Forum Topics
Previous Topic
Next Topic