Search code examples
reporting-servicesgraphssrs-2008logarithmnegative-number

SSRS 2008 - Graph - Negative Logarithmic Scale


I didn't think this one would be complicated. I want the Y Axis on my Graph in SSRS 2008 to start at -100. I set the Minimum to -100, but it still starts at 1. Is a negative logarithmic scale possible?


Solution

  • Not possible, apparently. Stupid math. Had to attach a Linear graph, y-scaled from 0 to -20, below the Log one. Grr.