Problems with Copy-Paste the whole chart.
Posted: Mon Oct 12, 2020 9:57 am
Hello.
I have a WinForms project that targets .NET Framework 4.8. And I'm trying to Copy-Paste (Ctrl+C, Ctrl+V in form designer) the whole chart (the original chart can be placed on the same form or even on another form in my project).
I expect to have fully independent chart that copies all properties values (as well all series proeperties values) from the original chart.
But in fact it works unpredictably: sometimes the original chart disappears, sometime some (or even all) series on the original disappears. Sometimes all series are visualy copied to a copy chart but when I try to change some properties on copy chart/copy series - they are actually changed for the original chart/original series.
So is that a bug? How can I copy the whole chart with all it's propeties, series and series properties?
Thanl you.
I have a WinForms project that targets .NET Framework 4.8. And I'm trying to Copy-Paste (Ctrl+C, Ctrl+V in form designer) the whole chart (the original chart can be placed on the same form or even on another form in my project).
I expect to have fully independent chart that copies all properties values (as well all series proeperties values) from the original chart.
But in fact it works unpredictably: sometimes the original chart disappears, sometime some (or even all) series on the original disappears. Sometimes all series are visualy copied to a copy chart but when I try to change some properties on copy chart/copy series - they are actually changed for the original chart/original series.
So is that a bug? How can I copy the whole chart with all it's propeties, series and series properties?
Thanl you.