I am sure it can be done in SSRS without overwriting your request. I think it will be easier to rewrite your request. However, given your options, I will continue.
I think this will require serious experimentation on your part. Take a look at points 17 and 18 at http://www.ssw.com.au/ssw/standards/rules/rulesToBetterSQLReportingServices.aspx and see if this helps. They demonstrate a good way to set the chart scale based on the values ββin a row. It looks like you could combine this with a hard high usingIIF(Max(MyColumn.Value) > @MyLimit, @MyLimit, Max(MyColumn.Value))
, . , "" . , , IIFing:
Set the value for the label column= IIF(MyValueColumn.Value < @Threshold, "Other", MyLabelColumn.Value)
, - , , , , SSRS, -, .