SpanGaps in LineChartDataset #694
Unanswered
lizziebeans
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm a little confused as to how SpanGaps works.
From the documentation:
But a single data point can never be null due to the type in LineChartDataset

As far as I can tell - the X-axis is defined from ChartData.Labels which is just a list of strings.
Then each LineChartDataSet has a Data property which is just a list of doubles whose length should match the amount of labels.
Unless I'm mistaken, there doesn't seem to be any scope to create gaps?
Beta Was this translation helpful? Give feedback.
All reactions