chart rescales

  • All, I have a chart that is displayed to represent a goal however, when the goal is close to being met, the chart rescales itself to zoom in toward the top of the "thermometer" style chart. Is there anyway to keep it showing the whole chart and not zoom in to the top as the goal is nearing 100%?

  • Re: chart rescales


    you can set it as below:


    Code
    chart.ChartAreas[0].AxisY.Minimum = 0;
    chart.ChartAreas[0].AxisY.Maximum = 10;

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!