vbnet line chart showing extra space

The solution for “vbnet line chart showing extra space” can be found here. The following code will assist you in solving the problem.

MyChart.ChartAreas(“My Chart Area”).AxisX.Maximum = intMax ‘The max value you want diaplyed
MyChart.ChartAreas(“My Chart Area”).AxisX.Minimum = intMin ‘The min value you want diaplyed

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

More questions on [categories-list]

Similar Posts