Click or drag to resize
NChartUseParallelProjection Property
Flag that determines if a chart use parallel projection (true) or perspective projection (false) in 3D-mode. The default value is false.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public bool UseParallelProjection { get; set; }

Property Value

Type: Boolean
See Also