Posted 23 July 2019, 11:18 am EST
Hello, I am working with FlexChart (Win forms, VB.NET) and I am trying to create a chart which features:
The X-Axis shows the months of the selected year.
The Y-Axis shows the total amount of all quotes per user for each month.
I need to be able to plot the Y-Axis values for multiple users, each with a line in a different colour.
I can get it to display one user at a time but I am not sure how to display the data points for more than one user at the same time. Can you give me any hints in that regard?
Thanks,
Mike