Pre loader

Overlapping columns (candles) when dataEvenlySpacedInX is set to false

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

1
0

Hello SciChart team,

I noticed that setting dataEvenlySpacedInX in column and candle series doesn’t seem to take effect. You can observe it in this codesandbox where columns (candles) are overlapping because of unevenly spaced X values. I would expect the columns not to overlap.

Please let me know if my expectation is not correct.

Thank you,
Timo Betina

Version
3.4.662
Images
  • You must to post comments
1
0

I found out the issue was on my side. Instead of dataEvenlySpacedInX I should have used dataPointWidthMode: EDatapointWidthMode.Range. That works perfectly!

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.