Pre loader

Want to combine multiple charts as CandleStick, Digital band Series, Line Chart, Custom Chart Annotation on a Single surface based on JSON Values

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

Please help me on this, as I want to draw/combine multiple charts on a single surface and I am getting Json values from Api & also attaching the Graph look which I want.

Help me how I can achieve this.

Thanks in advance.

  • You must to post comments
0
0

Hi there,

Unfortunately we don’t provide any parser for JSON so you will need to implement this functionality on your own ( there are a lot of libraries which implement this functionality ) and add parsed data into data series.

Regarding your questions related to visualization of data:
1. To provide desired coloring of candle stick series you can use our PaletteProvider API;
2. Unfortunately we don’t provide built-in BrushStyle which allows to fill bands with dots but I think you can use TextureBrushStyle with texture which contains dots for FillBrushStyle and FillY1Style properties to provide desired appearance of band series;
3. Orange line is pretty simple, you just need to provide orange stroke style for line series;
4. Blue line and orange line with balls can be drawn as line series with ellipse PointMarker + you can use PaletteProvider API to provide colors which differ from default color for point marker or you can use CustomAnnotation with Drawable/View which draws ball with custom color.

Hope this will help you!
If you have some additional help please feel free to ask.

Best regards,
Yura

  • 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