Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Resetting XamDataChart X & Y axis minimum and maximum values to original state
posted

I know I can set these values like so but is there a way to set them back to their defaults?


                xmXAxis.MinimumValue = 0
     
                xmXAxis.MaximumValue = 100
   
                xmYAxis.MinimumValue = 0
           
                xmYAxis.MaximumValue = 100

Parents Reply Children
No Data