license missing

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
ttanggo
Posts: 2
Joined: Thu Aug 25, 2016 2:17 am

license missing

Post by ttanggo » Thu Aug 25, 2016 2:44 am

Dear Arction Support :

I want save png file

Is saveToFile when using License Missing display

thanks

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: license missing

Post by ArctionPasi » Thu Aug 25, 2016 5:32 am

Hello,

chart.SaveToFile method can be used when used in full license, and also in trial mode before trial expires.

Could you explain a little bit more what kind of problem do you have? Attach a screenshot?
LightningChart Support Team, PT

ttanggo
Posts: 2
Joined: Thu Aug 25, 2016 2:17 am

Re: license missing

Post by ttanggo » Thu Aug 25, 2016 8:06 am

Thanks for the response.
I solved the problme.

I want Image file from hidden chart.


// gridChart.Children.Add(m_chart);
m_chart.SaveToFile("c:\\test.png"); -> license Missing Image File

gridChart.Children.Add(m_chart);
m_chart.Visibility = Visibility.Hidden;
m_chart.SaveToFile("c:\\test.png"); -> ok

Post Reply