Pre loader

Custom palette provider not setting EllipsePointMarker stroke color

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

Answered
0
0

I have a bubble chart with EllipsePointMarker as pointMarker and a custom palette provider to set the colors of the markers. I need to set a stroke in one of the markers but doesn’t matter what value I return as a stroke value from the overridePointMarkerArgb function, the stroke isn’t applied. Am I missing something?

Version
3.2.446
Images
  • You must to post comments
Best Answer
0
0

Good morning Evandro

At the moment FastBubbleRenderableSeries is a special case of Scatter Series which doesn’t support a stroke & fill (just fill only).

The XyScatterRenderableSeries will respond to both Stroke & Fill on the PaletteProvider but the size cannot be varied.

I have logged a feature-request in our issue tracker (SCJS-1599) to investigate creating a Bubble series variant that allows Stroke + Fill + Size per point. Please find a link to the task here.

Best regards
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.