scatter chart

  1. C

    B4J Question Use of a list in scatter chart of library jChat

    I am trying to csv files to plot a series in a scatter chart but it is not letting me, could someone help me solve the problem Iam using the below for loop for it: Xc = File.ReadList(File.DirApp, "naca0015x.csv") Yc = File.ReadList(File.DirApp, "naca0015y.csv") Dim Series1 As...
Top