Pre loader

Real Time Stock Chart with Candlestick series and bar spacing

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

0
0

Hi

what I’m trying to achieve is displaying Candlesticks in a real time stock chart with added space between price bars. This empty space is very important as it’ll allow me to show further information regarding volumes per price level.

You can have a better understanding of what I’m trying to achieve by having a look at the following image.

I’m already at the point where I’m rendering both the candlesticks and labels correctly (via textannotations). It’s just that the whole graph is crowded and impossible to understand as annotations and price bars overlaps each other.

Thank you for your support,
Michele

Images
  • You must to post comments
0
0

Hi Michele,

The FastCandlestickRenderableSeries has a property called DataPointWidth. This allows you to specify (as a fraction) the amount of space that the candlestick occupies.

For instance, 0.5 = 50% of the available space is used for drawing candlesticks.

Try changing DataPointWidth and let me know if it helps.

If not, then the only available solution may be to perform some custom rendering.

Best regards,
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies