You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a live chart using WinForms and LiveCharts, but I haven't been able to find any examples on the internet. Therefore, I'm reaching out here for help :(.
My data points consist of DateTime Start - DateTime End pairs, and I have multiple series, each represented by a different color as shown in the attached picture. I need to draw data points for each series according to the index on the Y-axis (001, 002, 003). I have attempted to use GanttPoint, but it seems that GanttPoint doesn't allow me to set an index for drawing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to create a live chart using WinForms and LiveCharts, but I haven't been able to find any examples on the internet. Therefore, I'm reaching out here for help :(.
My data points consist of DateTime Start - DateTime End pairs, and I have multiple series, each represented by a different color as shown in the attached picture. I need to draw data points for each series according to the index on the Y-axis (001, 002, 003). I have attempted to use GanttPoint, but it seems that GanttPoint doesn't allow me to set an index for drawing.
Thank you for taking the time to read and assist.
Beta Was this translation helpful? Give feedback.
All reactions