locked
Using Logarithmic Scaling in Chart Control RRS feed

  • Question

  • 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:



    • Edited by UltraJ Thursday, October 5, 2017 11:45 PM
    • Moved by Stanly Fan Monday, October 9, 2017 9:20 AM Web Form related
    Thursday, October 5, 2017 11:44 PM

All replies

  • Hi UltraJ,

    >>I'm plotting multiple sets of data using the Chart control on a Web Form

    According to your description, your issue is more related about ASP.NET(Web Form Application). And this forum is discussing and asking questions about the Windows Form and ClickOnce, it will be more appropriate to ask your question at ASP.NET Forum.

    Regards,

    Stanly


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Friday, October 6, 2017 8:22 AM