Pre loader

Legend color won't update after FastLineRenderableSeries' stroke was set

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

Hello!

SciChart JS v3.

> sciChartSurface.renderableSeries.get(1).stroke = scoreColor;

where series is FastLineRenderableSeries.

Legend color box has still initial color.
Should we fire color sync manually somehow?
Legend placed in external container.

Many thanks

Version
3.5.760
  • Jim Risen
    Meanwhile, consider this workaround: Call “legendModifier.sciChartLegend.invalidateLegend();” after updating the stroke. This will force the legend to update.
  • You must to post comments
0
0

Hello, this looks like a bug.
Logged a task for that here

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.