02-16-2025, 01:33 PM
LitDev,
If I use column the values are horizontal.
Data["2000"]=1
Data["2001"]=2
Data["2002"]=3
Name=LDChart.AddChart(500,400)
LDChart.Legend(Name,1,"Value","True")
LDChart.Properties(Name,"Column",1)
LDChart.SetData(Name, Data)
This isn't bad, but would it be possible to have them verticle? Thanks,
JR
If I use column the values are horizontal.
Data["2000"]=1
Data["2001"]=2
Data["2002"]=3
Name=LDChart.AddChart(500,400)
LDChart.Legend(Name,1,"Value","True")
LDChart.Properties(Name,"Column",1)
LDChart.SetData(Name, Data)
This isn't bad, but would it be possible to have them verticle? Thanks,
JR