Alrighty, me again, trying to bang out these questions before my trial
disappears!
I was wondering if there is a way to set the Step for the Y Axis, while still in autorange mode? I have some data, who's highest value is 120, but when using AutoRange the Y Axis contains up to value 200. When the graph is large, this is ok, but I am putting the graph into a small location on the screen and that space at the top becomes very noticeable when made smaller.
I have set _RadChart.DefaultView.ChartArea.AxisY.ExtendDirection = AxisExtendDirection.None; (range is from 75-120) which appears to work when the graph is full size, but when I shrink the browser size, the Y Axis will show a lot of extra space (and the range becomes from 0 - 200). This seems like a bug to me.
At first I thought that setting the Step would help, but after looking closer it looks like there is a bug in the extenddirection when shinking the size of the graph.
Any ideas, or will I need to manually force the min/max myself?
I was wondering if there is a way to set the Step for the Y Axis, while still in autorange mode? I have some data, who's highest value is 120, but when using AutoRange the Y Axis contains up to value 200. When the graph is large, this is ok, but I am putting the graph into a small location on the screen and that space at the top becomes very noticeable when made smaller.
I have set _RadChart.DefaultView.ChartArea.AxisY.ExtendDirection = AxisExtendDirection.None; (range is from 75-120) which appears to work when the graph is full size, but when I shrink the browser size, the Y Axis will show a lot of extra space (and the range becomes from 0 - 200). This seems like a bug to me.
At first I thought that setting the Step would help, but after looking closer it looks like there is a bug in the extenddirection when shinking the size of the graph.
Any ideas, or will I need to manually force the min/max myself?