Search found 4 matches

by jcso
Mon Sep 11, 2023 10:50 am
Forum: LightningChart Ultimate WPF
Topic: CopyToClipboard(Emf, ...)
Replies: 2
Views: 8095

Re: CopyToClipboard(Emf, ...)

Thanks for your answer.
In fact we don't like to show double.NaN values - we would prefer to hide them.
So your answer fits perfectly to our requirement. :)
I'll try out your suggestion asap.
by jcso
Mon Sep 11, 2023 8:09 am
Forum: LightningChart Ultimate WPF
Topic: CopyToClipboard(Emf, ...)
Replies: 2
Views: 8095

CopyToClipboard(Emf, ...)

Hi When we call CopyToClipboard as Emf on a chart that contains a curve with a range of double.NaN values, the curve is not visible at all after paste it into e.g. word. Here how it looks in the application. There is a section where we have only double.NaN values on the x-Axis: See orange curve goin...
by jcso
Thu Apr 27, 2017 6:51 am
Forum: LightningChart Ultimate WPF
Topic: Alternative for IChartNode.SetSubNodeOwners?
Replies: 2
Views: 4801

Re: Alternative for IChartNode.SetSubNodeOwners?

I tried to update to various versions of LightningChartUltimateWPF7 and it seems that this breaking change was made with 7.2.1.1.
If I update to 7.1.3.6 the method is still there but if I update to 7.2.1.1 it's gone! :firing:
by jcso
Wed Apr 26, 2017 3:04 pm
Forum: LightningChart Ultimate WPF
Topic: Alternative for IChartNode.SetSubNodeOwners?
Replies: 2
Views: 4801

Alternative for IChartNode.SetSubNodeOwners?

When I tired to update LightningChart Ultimate WPF v.7 from v.7.1.2 to v.7.2.4 I realized that the method IChartNode.SetSubNodeOwners doesn't exist anymore! Is there an alternative way to set sub-properties owners? This is needed in our application! 7.1.2: /// <summary> /// Interface for updating th...