02-16-2025, 02:11 PM
Hi,
The issue comes when there are lots of columns or the values are long, for example:
The issue comes when there are lots of columns or the values are long, for example:
Code:
For i = 1 To 20
Data["Angle"+i]=Math.PI*i/20
EndFor
Name=LDChart.AddChart(500,400)
LDChart.Legend(Name,1,"Value","False")
LDChart.Properties(Name,"Column",1)
LDChart.SetData(Name, Data)