vbnet find highest value in chart

The solution for “vbnet find highest value in chart” can be found here. The following code will assist you in solving the problem.

‘If chart is auto sized:
MyChart.ChartAreas(“ChartArea1”).RecalculateAxesScale()

MyChart.ChartAreas(“ChartArea1”).AxisY.Maximum = intMax
MyChart.ChartAreas(“ChartArea1”).AxisY.Minimum = intMin

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts