Pre loader

Non-linear data in a Column Chart

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

Can I use the Column chart to display non-linear data in a linear way?  I have a data set in which the x-values are a set of numbers not equally spaced in the range.  However I want to display each corresponding y value as a column of equal width and have the x values equally spaced on the x axis.

Thanks.

  • You must to post comments
0
0

Hi,

If I understand you correctly, you need to use category axis instead of value axis. We provide CategoryDateTimeAxis only, where X values is DateTimes. You could take a look at our SciChartTrader example to see it in action.

To have columns of the same width, you need to set FastColumnRenderableSeries.UseUniformWidth to “True”. You can control space between columns by FastColumnRenderableSeries.DataPointWidth property(takes values from 0.0 to 1.0, which indicates relative column width).

Please, feel free to ask if you have more questions,

Best regards,
Yuriy

  • 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