Hi,
I need to create a chart similar to the image attached. My main question is whether this can be done using ChartView and if yes, then how to do this. The main point of the chart is to display a combination of events and individual point. Each point has a timestamp and a value, and an event has a start time and end time. The X axis is time. The Y axis is a type (a string description). The ChartView control is quite extensive, and I used it in the past to display scatter graph, but this problem has me puzzled. Displaying individual point streams is easy, but the event stream part does not seem to fit into anything available to me. Based on my reading it seems as I may have to implement my own series class - if that is the case the example of doing so would be great.
Thanks
I need to create a chart similar to the image attached. My main question is whether this can be done using ChartView and if yes, then how to do this. The main point of the chart is to display a combination of events and individual point. Each point has a timestamp and a value, and an event has a start time and end time. The X axis is time. The Y axis is a type (a string description). The ChartView control is quite extensive, and I used it in the past to display scatter graph, but this problem has me puzzled. Displaying individual point streams is easy, but the event stream part does not seem to fit into anything available to me. Based on my reading it seems as I may have to implement my own series class - if that is the case the example of doing so would be great.
Thanks