jchart

  1. rgarnett1955

    B4J Question Add jChart (Area chart) to a tab pane

    Hi, I have a main form with a Tab container. I wish to add a JChart object (Area chart) to one of my tab layouts programmatically as the jChart is not a custom view and can't be added in the Designer. How can I do this? Thanks Rob
  2. C

    B4J Question Passing .csv coordinates to Scatter Chart

    I am trying to plot coordinates that i have in a .csv file that is divided by ",". the .csv looks like this: Being the first number the X coordinate and the second the Y coordinate The code Im using is : Public XY As List XY.Initialize XY = su.LoadCSV(File.DirApp...
  3. 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