I have an example chart with logarithmic scaling x axis and y axis as such,
Ok now if I set the min X value to say 48 I get
This is super unreadable, what I would prefer is to keep the 1, 10, 100, base 10 log scale, but essentially shift the starting point over if that make sense, so the graph above would look more like....
(Pretend there is a Y axis in that photo)
A few examples I have Tried,
- playing around with Crossing property but that only affects where the x and y axis cross each other
- Playing around with scale view, but this runs into the save x-Axis scaling issue
- Trying to play with the interval-offset **I'm not sure if this won't work, but it's proving hard to work with in a logarithmic scale
The end result of this will be a chart like this....
As Values update the Vertical line on the left side will update in position, however I want it to stay at a constant position and the image to essentially shift to accommodate that
I have looked through every property with regards to the chart Area, and Axis, but I cannot seem to find a way to do this.