Hi. I'm plotting multiple sets of data using the Chart control on a Web Form. One plot line is much larger than the data below it and it makes everything else smaller when plotted. I would like more of the the data below to be scaled like on the linear y-axis,
so I'm trying to plot the axis logarithmically.
The problem is that the result is still very distorted due to the range being plotted against.
I would like the first 500 values to appear as it does on the linear chart below, and then have the scale go logarithmic after that. Is this possible? I've tried values for Interval, IntervalOffset, Minimum, and Maximum without much success.
Thanks!
Logarithmic Y-Axis:

Linear Y-Axis:
