Nevron Logo

ASP.NET Chart View and Projection

View (Projection)

Nevron Chart supports a wide range of 2D and 3D charts. In 3D mode, the control allows users to apply various projection transformations that affect how the chart model is displayed on the screen.

The types of projection transformations are classified into the following modes: Perspective, Orthogonal, and Orthogonal Half.

Perspective View: In this mode, points have an offset depending on their distance from the viewer. Points that are farther from the viewer have a greater offset. This creates realistic charts by simulating depth.

Orthogonal View: Here, points at greater distances from the viewer do not have an offset on the screen, allowing the chart model to retain its original proportions.

Orthogonal Half View: This mode applies a constant offset to points that are farther from the viewer. It maintains the proportions of visual objects while still providing some depth and dimension. This mode is ideal for presenting data with a focus on accuracy and detail.

Best Practices for using Image Filters

Consider the Chart Audience and Purpose
Understand who will be viewing the charts and for what purpose. Different projection settings may be more suitable for some charting types for example perspective should be your default choice if you want to create realistic 3D charts.

Perspective
Use perspective projection when you want to emphasize depth and create a more realistic representation of 3D objects. It's suitable for visualizations where understanding spatial relationships is important.

Orthogonal (Isometric)
Opt for orthogonal projection when maintaining accurate proportions and uniform scaling across all axes is crucial. This projection type is often used in technical drawings or when precise measurement comparisons are needed.

Orthogonal Half
This projection type can be a good compromise between perspective and orthogonal views. It provides some depth perception while still maintaining more accurate proportions compared to perspective.

Balance Depth and Proportion
If using perspective projection, be mindful of how much depth effect is applied. Too much perspective can distort proportions and make comparisons difficult. Adjust the projection settings to strike a balance between depth and accurate representation.