Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why StockChartViewController xLabelsSkipLast didn't work? #92

Open
SuYungCheng opened this issue Feb 21, 2018 · 0 comments
Open

Why StockChartViewController xLabelsSkipLast didn't work? #92

SuYungCheng opened this issue Feb 21, 2018 · 0 comments

Comments

@SuYungCheng
Copy link

Thanks for the useful library first.

I try to use the xLabelsSkipLast method,
and want to hide the last label "October".

chart.xLabels = labels
print(labels)      // [0.0, 22.0, 43.0, 64.0]
print(labelsAsString) //["July", "August", "September", "October"]
chart.xLabelsSkipLast = true    // default is true

But there still have the October label,
am I misunderstanding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants