How do I set the axis Maximum & Minimum at runtime after I fetch the values from SQL?
Hello Alan,
You can use:
xamChart1.Axes[0].Maximum = 3;
xamChart1.Axes[0].Minimum = 1;
Hope this helps.
Regards Petar