We are using stacked bar chart, and showing only 6 bars visible at a time.
In the X-Axis, the month labels are missing for alternate months & only displays all month label as a flash when graph is being scrolled. Is there any way to fix this.
- Nathaniel Thomas asked 5 years ago
- You must login to post comments
Hi, we are able to fix this issue by setting isLabelCullingEnabled = false
for x-axis. Thanks
- Nathaniel Thomas answered 5 years ago
- Hi Nathaniel, glad you worked that out! Yes the label culling removes alternate labels which overlap. There are also APIs in SciChart to define the tick label spacing here: https://www.scichart.com/documentation/ios/current/axis-ticks—majordelta-minordelta-and-autoticks.html and a more advanced API here https://www.scichart.com/documentation/ios/current/axis-ticks—tickprovider-and-deltacalculator-api.html. Best regards, Andrew
- You must login to post comments
Please login first to submit.