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
#1
In the chart function it does not show the true value. It will show a percentage and it graphs the true value, but will not show it. In the snippet if ran you will see what I mean.
Code:
Data["2000"]=1
Data["2001"]=2
Data["2002"]=3

Name=LDChart.AddChart(500,400)
LDChart.Legend(Name,1,"Legend_percent","True")
LDChart.Properties(Name,"Column",1)
LDChart.SetData(Name, Data)

It charts the data values 1,2,3 but will not show them. It does show the percentages up to 100%. Would it be possible in SetData to make values as a choice to show? Then it would show the value rather than a percentage?

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)