Hi,
In Visualization i need to plot "Spline chart" with x-axis having the array of data xaxis:= [1,2,3,4,5] and with y-axis having array of data yaxis:=[10,15,25,30,45]. By using Cartesian XY chart i could only plot "Line chart", Could any one help me to plot the "Spline series chart" for the same above given data.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
In Visualization i need to plot "Spline chart" with x-axis having the array of data xaxis:= [1,2,3,4,5] and with y-axis having array of data yaxis:=[10,15,25,30,45]. By using Cartesian XY chart i could only plot "Line chart", Could any one help me to plot the "Spline series chart" for the same above given data.