Setting X-axis values (Labels) on chart [solved]
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everyone! I'm creating a line chart using .net framework 4. I'm a able to add points to the series which are used on the vertical axis. However, numbers are automatically assigned to the x-axis for each marker. How do I change the numbering into my own values? The labels for the x-axis are string values and not numbers. Thanks.