B4J Question xChart Library Question

ChristopherP

New Member
I am trying to create a single line chart. I have looked at the code example and followed it for a single line chart but when it runs I get a bar chart. What do I have to do to make it a line chart?

1733244142369.png


Thanks in advance.
Chris
 

giannimaione

Well-Known Member
Licensed User
Longtime User
hi,
set "Chart type" as "LINE" into Visual Designer, or into code xChart.ChartType = "LINE"
 
Upvote 0
Top