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
730
2DColumn chart Y axis Tickmarks
posted
Hello, I am using a 2D Column chart. The data is being sent to the chart through a Stored Procedure from SQL DB Me.AllChart1.Axis.Y.RangeType = AxisRangeType.Automatic dynamically loads the Y-axis scale. But in the process, the graphs is always looking the same. So to eliminate this kind of a look, I want to customize the Y-axis scale so that it will take the datavalue and add 50 to it and then round it off to the nearest 100. Datavalue+50 and round off to nearest 100. is there any way I can do this, if not is there atleast a way to round off to a certain value dynamically? Thanks