Profile Picture

May i consult a very simple question about 3D chart?

Posted By Yu TianYu 14 Years Ago
Author
Message
Yu TianYu
sad Posted 14 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)

Group: Forum Members
Last Active: 14 Years Ago
Posts: 0, Visits: 1

I want to draw a 3D line in a 3D chart. i have installed the Nevron .NET Vision on my conputer. I am trying to study its examples about chart part among the standard example carefully, and i have studied the example codes for 3D chat in the standard example. But I found a problem that there is a control named nChartCommandBarsManager in every chart example,and in every 3D chart example, if user want to rotate the 3D chart for view, the user have to operate the NChartCommandBarsManager. It is a only way to rotate 3D chart ? Because of i want to design a window Form to allow my user to operate the action.

I have check all files which includes Help files in the Nevron .NET Vision to look for that why the user must operate it to rotate the 3D chart.

I failed. I didn't get the answer.

Could you help me ? Thank you for your any helps.

 



Nevron Support
Posted 14 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009

Hello,

The nChartCommandBarsManager is not required for you to have 3D chart which can be rotated.

You can take a look at the Help Documentation: Chart for .NET > Getting Started > Integrating in Windows Forms > Integrating in Windows Forms

 

You can add selector and trackball tools to allow 3D chart rotation:

 

nChartControl1.Controller.Tools.Add(new NSelectorTool());
nChartControl1.Controller.Tools.Add(new NTrackballTool());

 

chart.Enable3D = true;



Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic