I am using MpChart library for Android graph representation
Let's say we have DataSet1 and DataSet2. DataSet1 has a list of entries with timestamp as X-value and some Integer as Y-value. Dataset2 has only timestamp as X-value they do not have any Y-value. I want to plot DataSet2's entry on LineChart which was plotted on DataSet1's entries.