Profile Picture

How to use "Advanced 3D view control"

Posted By Daniel Tan 14 Years Ago
Author
Message
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

 Hi Daniel,

Generally each charting type can be switched in 3D mode:

NChart chart = nChartControl1.Charts[0];
chart.Enable3D = true;

afterwards you can modify the projection type, elevation, rotation and viewer rotation:

chart.Projection.Type = ProjectionType.Perspective;
chart.Projection.Rotation = -30;
chart.Projection.Elevation = 30;

you can also take advantage of predefined projections - for example:

chart.Projection.SetPredefinedProjection(PredefinedProjection.PerspectiveTilted);

Most of the examples

You can also take a look at the following topic in the documentation:
http://helpdotnetvision.nevron.com/UsersGuide_Chart_3D_Charts.html

Hope this helps - questions or comments - please feel free...



Best Regards,
Nevron Support Team



Daniel Tan
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: 8 Years Ago
Posts: 1, Visits: 2
There is a item of "Advanced 3D view control" in the features of Nevron Chart for .NET.
How to use this functions? (Examples are best.)

Regards,

Daniel



Similar Topics


Reading This Topic