Pre loader

Column Graph,column width

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
I have to plot a column graph represents working time of tasks
The column width is between 0-1.
Is there any way to change the column width in order to specify the working time of the tasks
Open Attach file
Task 1(Yellow) : Working from 1-3, 10-15
Task 2 (Red): Working from 4-8 , 17-18

Version
4.0
Images
  • You must to post comments
0
0

Hi Michael,

Thanks for your question. In SciChart, FastColumnRenderableSeries always draws columns having the same uniform width. There is no way to draw columns with different widths using this series type. So we don’t support such behavior out of the box, but it should be not hard to implement on your own.

I would suggest taking a look at our CustomSeries API:
https://www.scichart.com/documentation/v4.x/webframe.html#Custom%20Series%20(CustomRenderableSeries).html

It allows implement your own series using IRenderContext for fast drawing:
https://www.scichart.com/documentation/v4.x/webframe.html#The%20Immediate%20Mode%20RenderContext%20API.html

Your desired behavior should be quite easy to implement as a custom series.

Hope this helps!

Best regards,
Yuriy Z.

  • You must to post comments
0
0

Hi,
is currently this feature supported out of the box?
I also need to use different columns’ widths.
I switched from free OxyPlot that supports this out of the box.

  • You must to post comments
Showing 2 results
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