Hi,
i am developing an application in asp.net where i am using Cylinder gadget.
My requirement is such that i need only integer values in the cylinder.
like when there is 0 value, my chart shows 0,0.2,0.3,0.4,0.5,1.
i need only integers.
i tried to use decimal="0" but it shows 0,0,0,0,0,1
i need 0,1 only which will be changed to 0,1,2 if db contains values upto 2.
any help will be appreciated.
Thanks.