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 in F#
Till now I am able to write a program in F# 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 and a single X-axis in excel using F# i.e X-axis should be common and Y-axis should in the extreme left and right of the X-axis.
Can any one please help?