|
-
Aug 15th, 2022, 10:47 AM
#2
Re: Copying a chart series to another
you have to do it the hard way : transfer the serie in a list
use a list of tuple or use a list of pointf or create a structure named Points (if you want to use double)
https://docs.microsoft.com/fr-fr/dot...a-types/tuples
https://www.dotnetperls.com/tuple-vbnet
https://docs.microsoft.com/fr-fr/dot...f?view=net-6.0
The best friend of any programmer is a search engine 
"Don't wish it was easier, wish you were better. Don't wish for less problems, wish for more skills. Don't wish for less challenges, wish for more wisdom" (J. Rohn)
“They did not know it was impossible so they did it” (Mark Twain)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|