Pre loader

Scatter 3D series with semitransparent points

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,

I use SpherePointMarker3D for ScatterRenderableSeries3D series:

Color pointColor = Color.FromArgb(128, R, G, B);
pointDataSeries.Append(x, y, z, new PointMetadata3D(pointColor));

I expected to have seen semitransparent sphere in accordance with the specified color. But the sphere drawn opaque. The PointMetadata3D is not possible to specify the point opacity.

How to make some point semitransparent?

Version
4.1.1
Images
  • Andrew Burnett-Thompson
    Just to let you know we are able to reproduce this in our test-suite, and are investigating. Best regards, Andrew
  • You must to post comments
0
0

Hi Yuriy,

You will be pleased to know we’ve fixed this issue in our internal build, and it will be published shortly to the v4.2.0 Nightly Build feed.

v4.2.0 is in the final stages of QA before release, so we expect it to be published as an update on the Downloads page quite soon.

As a workaround before release, you can set ScatterRenderableSeries3D.Opacity = 0.99 and it will force SciChart to draw points as semi-transparent.

Best regards,
Andrew

  • 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