Hi,
Is it possible to plot scatter chart with xyzDataSeries using Scichart WPF charts.
My requirement is to plot three variants of data (xyz), where x & y are axis, z is data to plot
Thanks
deepak
- deepak b asked 6 years ago
- You must login to post comments
Hi there,
Thanks for your question.
Unfortunately, it’s not very clear from the description what you want to achieve. Could you please send an image?
You can take a look at our Bubble Charts Type. Here is the corresponding documentation:
https://www.scichart.com/documentation/v5.x/webframe.html#The%20Bubble%20Charts%20Type.html
And our “Bubble chart example”:
https://www.scichart.com/example/wpf-chart-example-bubble-chart/
- Oleksandr Shvets answered 6 years ago
- You must login to post comments
Sorry, my requirement is to plot three variables of data as in your example(bubble chart)..But is it possible to do using scatter chart?, as i wanted the plot look like in the attached image.
Thanks
- deepak b answered 6 years ago
- You must login to post comments
Hi there,
Thanks for your reply.
Scatter Series uses PointMarkers for datapoints visualization. By default, PointMarkers have the same size and appearance. Please take a look at the Scatter Series documentation:
https://www.scichart.com/documentation/v5.x/webframe.html#The%20Scatter%20Series%20Type.html
And documentation regarding PointMarkers API:
https://www.scichart.com/documentation/v5.x/webframe.html#Point%20Marker%20API%20-%20BaseRenderableSeries.Pointmarker.html
However, you can create your own Custom Point Markers and deside which datapoints should use them. For more information please see our “Custom Point Marker” example:
https://www.scichart.com/example/wpf-chart-example-custom-point-marker/
- Oleksandr Shvets answered 6 years ago
- You must login to post comments
Please login first to submit.