Check if it´s possible to generate chart
Posted: Thu May 30, 2019 1:37 pm
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:
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
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}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