C ChristopherP New Member Dec 3, 2024 #1 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? Thanks in advance. Chris
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? Thanks in advance. Chris
Gianni M Well-Known Member Licensed User Longtime User Dec 4, 2024 #2 hi, set "Chart type" as "LINE" into Visual Designer, or into code xChart.ChartType = "LINE" Upvote 0
C ChristopherP New Member Dec 11, 2024 #3 That got it! Thanks. Strangely, the chart example never seems to use the ChartType property. Chris Upvote 0