lykrsl / googlechartsharp

Automatically exported from code.google.com/p/googlechartsharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Charts Demensions not supported

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. try to setup throw library classes chart dimensions (&chds=)

What is the expected output? What do you see instead?
2. Nothing found

What version of the product are you using? On what operating system?
3. latest

Original issue reported on code.google.com by kucheren...@gmail.com on 14 May 2008 at 5:48

I also would like to see the chds param supported.

What steps will reproduce the problem?
1. Create a linechart with float values above 100

What is the expected output? What do you see instead?
2. Linear chart values but instead the values are slammed against the y-axis top

What version of the product are you using? On what operating system?
3. 1.0.2 / Windows 7

Original comment by dsqu...@gmail.com on 28 Jul 2009 at 1:53

i would also love to see support for "Text encoding with data scaling" so i am 
automatically able to scale my data and dont have to do it myself.


What version of the product are you using? On what operating system?
1.0.2.0 / WinXP

Original comment by felix.sc...@gmail.com on 18 Jan 2010 at 11:52

Does "&chds=" only scale the y axis?  How can you scale both?

Original comment by zbau...@gmail.com on 23 Apr 2010 at 12:30

You can only scale the y-axis.  The x-axis doesn't need to be scaled, because 
it's scale is simply a 1:1 for each of your discrete data.  What you want for 
the x-axis is Axis Labels.

Original comment by greg.istehbest on 6 Jul 2010 at 8:03

What I'm wondering is if the onus for configuring data scaling should be setup 
for the user or left up to the GC# API?  I.e.: The arguments to chds are the 
min and max values for each dataset.  We can pretty easily find these 
programmatically, I suppose.  I'm not sure how this interacts with 
MultiDataSet... I might look into this, though, as I would like to use it in 
the project I'm working on.

Original comment by greg.istehbest on 6 Jul 2010 at 8:06