We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chart Doesn't show true values
#3
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
Reply


Messages In This Thread
Chart Doesn't show true values - by jrmrhrb00 - 02-15-2025, 11:10 PM
RE: Chart Doesn't show true values - by litdev - 02-16-2025, 11:38 AM
RE: Chart Doesn't show true values - by jrmrhrb00 - 02-16-2025, 01:33 PM
RE: Chart Doesn't show true values - by litdev - 02-16-2025, 02:11 PM
RE: Chart Doesn't show true values - by jrmrhrb00 - 02-16-2025, 04:07 PM
RE: Chart Doesn't show true values - by litdev - 02-16-2025, 05:10 PM
RE: Chart Doesn't show true values - by jrmrhrb00 - 02-16-2025, 06:04 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)