Page 1 of 1

Check if it´s possible to generate chart

Posted: Thu May 30, 2019 1:37 pm
by lgazire
Hi,

I´m running an eviews program from c# program line and there´s a few things that i would like to check.

I have the following line:

Code: Select all

graph charts.merge {%s}
The problem is, can i check before calling the graph method if it´s possible to generate da graph?
I want to avoid the error C_SERIES1 is not a series in "GRAPH CHARTS.MERGE C_SERIES1"
In my workfile i have a large number of pages and i would like to know what page gave me the error. Is that possible?


Thanks in advance

Re: Check if it´s possible to generate chart

Posted: Thu May 30, 2019 2:17 pm
by EViews Gareth
You can check the existence of a series with the @isobject command.