Profile Picture

Line series(line segment shape == Tube) in 3d graph

Posted By yunhyung jeon 3 Years Ago
Author
Message
yunhyung jeon
Question Posted 3 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)

Group: Forum Members
Last Active: 2 Years Ago
Posts: 2, Visits: 31
Hello!

Now, I'm drawing some cube in 3d-space using line series.
l set line series's line segment shape that is 'Tube'.
Then, I added some data point in that line series.
For example,
line = (NLineSeries)chart.Series[i];
line.LineSegmentShape = LineSegmentShape.Tube;
line.BorderStyle.Width = new NLength(0, NGraphicsUnit.Pixel);
line.UseXValue = true;
line.UseZValue = true;
line.Fillstyle = new NColorFillStyle(Color.Red);

line.AddDataPoint(3,-3,-7);
line.AddDataPoint(3,3,-7);
....

In this case, all of the Vertical Tube(only y-value changed) are located center line.

When I changed only line segment shape tube to Tape or Line (Not Tube, Ellipsoid), I could get correct line location.
But tube and Ellipsoid are not so good. What's the problem??
https://www.nevron.com/forum/uploads/images/8fb6f181-b586-48f8-9995-e627.jpg 

Nevron Support
This post has been flagged as an answer
Posted 3 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746
Hi Yunhyung,

Thank you for bringing up this problem.

It is related to an incorrect initialization of a model matrix during the rendering of the line series with this segment style. We have fixed the problem and the control will be updated early next week.

Let us know if you have any questions.


Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic