Pre loader

How to prevent overlapping in FastColumnRenderableSeries

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

Hi everyone,

I have the column chart as the image below. However, they overlap each other when I don’t set the DataWidthPoint.
If I set the DataWidthPoint = 0.2 the chart is ok but in another circumstance the width column is quite small.
Are there any way to add some spacing between columns in FastColumnRenderableSeries .

Thanks.

Image

  • You must to post comments
0
0

Hi Quan,

Unfortunately, there is no way to add spacing between columns for now.

The only options available is either to set DataPointWidth or re-write the implementation of FastColumnRenderableSeries.

Also, we’ve got an example showing how to override the FastColumnRenderableSeries to allow setting a column width in pixels. This may be better in your case than setting a relative size via DataPointWidth. If you are interested, please let us know and we will send it to you.

Best regards,
Yuriy

  • You must to post comments
0
0

Hi there,

Can you try the property FastColumnRenderableSeries.UseUniformWidth?

This forces all columns to be of the same width. Use in conjunction with DataPointWidth to set width of a column to a fraction of available space.

Best regards,
Andrew

  • Quan Tran
    Hi Andrew, I set FastColumnRenderableSeries.UseUniformWidth = true but it doesn’t work.
  • 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