Sign in to follow this  
mithun

need only integer and unique values in Cylinder

Recommended Posts

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.

Share this post


Link to post
Share on other sites

Hello Mithun,

 

 

 

I am afraid it is not possible to display the values the way you have specified.

 

 

 

However, this can be done programmatically to generate the required XML.

 

 

 

Hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this