Hi R.B,
According to your description, we can write an expression to control the Interval of Y axis in a chart to achieve the goal. For more details, please refer to the steps below:
- Right-click the X axis to open the Vertical Axis Properties dialog box.
- Use the expression below to instead the Auto in the Interval option:=max(ceiling(Fields!x_axis_field_name.Value))/10
If we want to use a integer value as the interval, we can use the following expression:=ceiling(max(ceiling(Fields!x_axis_field_name.Value))/10)
If there are any other questions, please feel free to ask.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support
No comments:
Post a Comment