Pre loader

FastErrorBarsRenderableSeries with pointmarkers

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 see one can set an optional PointMarker in FastErrorBarsRenderableSeries. I thought doing so would cause the markers to be drawn at the data points. But this isn’t happening. And in the ErrorBars demo code, you define a separate XyScatterRenderableSeries to draw the data points.

What’s the preferred way? Obviously I can use both an XyScatterRenderableSeries and a FastErrorBarsRenderableSeries, but I’d rather just have one if it can draw both.

Thanks,
–George

Version
3.x
  • You must to post comments
0
0

OK, thanks. I’m happy to draw a separate scatter series for now.

Note, however, that the following statement (with CAPS added by me), which I found in the online documentation (scichart.com/documentation/Abt.Controls.SciChart.Wpf~Abt.Controls.SciChart.Visuals.RenderableSeries.FastErrorBarsRenderableSeries.html), seems to imply that the pointmarkers would be drawn if the BasePointMarker object is created.

“A RenderableSeries HAS a Abt.Controls.SciChart.Model.DataSeries.IDataSeries data-source, MAY HAVE a Abt.Controls.SciChart.Visuals.PointMarkers.BasePointMarker point-marker, and draws onto a specific … “

Thanks,
–George

  • John DeClouet
    I agree. What is the point of providing the Y value if it only shows X, ErrorHigh, ErrorLow. Seems like the PointMarker should be drawn as well.
  • You must to post comments
0
0

Hi George,

BaseRenderableSeries has the PointMarker property. That does not mean that all series support drawing pointmarkers.

In actual fact, FastErrorBarsRenderableSeries does not draw a pointmarker. It could be made to, very easily, if it would make life easier!

For now, the best accepted workaround is to draw a separate scatter series and error bars as per our example.

Hope that helps,

Andrew

  • 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