Pre loader

Only Y values graph

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

I am planning to have a graph like in attached image. Just to have only X values and additional Label provider on it and an indication to point the value like black arrow.
Need your inputs. Thanks in advance.

Version
4.3.0.5721
Images
  • You must to post comments
0
0

Hi, there.

You can take few different approaches.

Probably, the most straightforward is to use SCIFastColumnRenderableSeries with dataPointWidth set to 1. You will have to provide the same y-Values, like (1, 1, 1, 1, 1) and different x-Values for your DataSeries. Also, you will need a palette provider which will set different colors for each column.

Regarding your question about the additional label provider. Not sure if I understand it correctly. If you want to display other labels below the main x-Axis you will have to add another x-Axis with a different label provider. See “Multiple Axis Demo” example:
https://www.scichart.com/example/ios-multiple-axis-demo/

Also, you can find more about how to create a custom label provider here:
https://www.scichart.com/documentation/ios/current/axis-labels—labelprovider-api.html

I hope, that will help

  • 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