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; }
Public Property UseParallelProjection As Boolean
Get
Set
public:
virtual property bool UseParallelProjection {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also