Pre loader

Stacked Bar chat: If we give 0 values, there are Black lines showing at middle of screen.

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

Stacked Bar chat: If we give 0 values, there are Black lines showing at middle of screen. please see attached screen.

Version
3.0.0.5074
Images
  • You must to post comments
0
0

zoomExtendsY property is for disable autoscaling in Y-axis while dragging in X-direction. If we want to keep that property on, and to fix the black line issue properly, then give thickness = 0

let rSeries = SCIStackedColumnRenderableSeries()
rSeries.strokeStyle = SCISolidPenStyle(colorCode: fillColor, thickness: 0.0)
  • You must to post comments
0
0

Hi, we are able to fix this by setting zoomExtentsY = false of SCIZoomPanModifier. Thanks

  • 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