Friends,
I am trying to write a program to plot a graph in an excel file using the datas available from the same excel file.
Till now I am able to write a program to plot a normal graph with a single x-axis and with single y-axis.
But my requirement is to plot a graph having two Y-axis (i.e one primary axis and another as secondary axis) and a single X-axis in excel i.e X-axis should be common and one Y-axis should be in the extreme left (as primary axis) and another one in extreme right (secondary axis) of the X-axis.
Can any one please help?