Flag that determines if a chart should be drawn in 3D (true) or in 2D (false). The default value is false.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool DrawIn3D { get; set; }
Public Property DrawIn3D As Boolean
Get
Set
public:
virtual property bool DrawIn3D {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also