nzy3d-api icon indicating copy to clipboard operation
nzy3d-api copied to clipboard

A .Net API for 3d charts

Results 8 nzy3d-api issues
Sort by recently updated
recently updated
newest added

How to draw a pie/bar/heatmap? How to plot lines in a 3D charting with giving X,Y,Z arrays?

When i create Shape by Builder.buildDelaunay.......collapse Code: List data = new List(); data.Add(new Coord3d(-4.000000, -4.000000, -0.586176)); data.Add(new Coord3d(-2.000000, -4.000000, -0.971278)); data.Add(new Coord3d(0.000000, -4.000000, -0.756803)); data.Add(new Coord3d(2.000000, -4.000000, -0.971278)); data.Add(new Coord3d(-4.000000,...

I´ve tried put two components im my application, but the later damage the former. Try make a demo with 2 components. When the secong run, the first don´t paint at...

Hi! Can you point me toward a solution to have a point in a scatter plot has a tooltip with some information, such as coordinates and label? Thanks!

Im getting the exception show in the below image: ![image](https://user-images.githubusercontent.com/33625172/36662109-567a34ac-1b03-11e8-8955-442c1118dc40.png) please help me to resolve this

I am looking for a control to replace and old implementation that we cannot longer support. The control displays scattered points.Ideally we want the 'points' to be a string, such...

can you please explain how Bounds of surface is set in the below line: Shape surface = Builder.buildOrthonomal(new MyOrthonormalGrid(range, steps, range, steps), new MyMapper());

Is there a plan to support .NET Standard 2.0 to bring this library to UWP APP?