ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  vb.net ThreeDScatterChart with german localisation
Posted by Dirk on Dec-15-2023 17:08
Attachments:
Dear all,

I'm just trying to use ChartDirector with vb.net to visualize some data.

These values are passed to the ThreeDScatterChart (x/y/z)

1: 2,514072 / 3,887042775 / 5,3
2: 5,177088 / 2,83525473 / 7,4
3: 3,75318432 / 1,6544545248 / 8,4
4: 3,75318432 / 1,77693384 / 8,5
5: 5,45052864 / 2,83525473 / 9,6

Note, in Germany we use  a "," to separate numbers (so 96/10 = 9,6 and not 9.6 like in US notation).

I attached the gernerated Chart And I am not able to match my values to the chart.

I'm using a unregistred version of ChartDirector to check if the tool machtes my needs.



Best regards

Dirk
Demo.png

  Re: vb.net ThreeDScatterChart with german localisation
Posted by Peter Kwan on Dec-15-2023 21:41
Attachments:
Hi Dirk,

I have just tried your data, and I got the same chart. I added drop lines to help visualize the data points. All the symbols are at the correct positions.

For Windows Forms, WPF and web applications, ChartDirector supports pop-up tooltips. They can help to identify the data points. See attached screenshot.

For Windows Forms/WPF, we include a rotatable 3D chart example:

https://www.advsofteng.com/doc/cdnet.htm#threedchartrotation.htm

The example is a surface chart, but it also works for a 3D scatter chart. It is much easier to visualize the positions of the points if the chart can rotate.

Best Regards
Peter Kwan
VBNETWin_20231215213105.png