This question is locked. New answers and comments are not allowed.
Image I've got the following data:
X Y
23:00 1
23:00 2
23:01 3
23:01 4
23:01 5
23:02 6
23:02 5
etc
Now I want to show them in Line Chart, so that X is X axis, and Y is Y.
A set the XCategory to X and YValue to Y.
However, I only see the distinct values of X, like
23:00 0
23:01 3
23:02 6
How do I "ungroup" them?
Same question about ChartView control with a LineSeries with duplicated X data.
X Y
23:00 1
23:00 2
23:01 3
23:01 4
23:01 5
23:02 6
23:02 5
etc
Now I want to show them in Line Chart, so that X is X axis, and Y is Y.
A set the XCategory to X and YValue to Y.
However, I only see the distinct values of X, like
23:00 0
23:01 3
23:02 6
How do I "ungroup" them?
Same question about ChartView control with a LineSeries with duplicated X data.