NChartValueAxisCaptionIn3D Property |
Flag that determines whether the axis caption is in "perspective" screen (true) or is projected in the 2D screen (false).
This flag only affects 3D-charts. The deafult value is true.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool CaptionIn3D { get; set; }
Public Property CaptionIn3D As Boolean
Get
Set
public:
virtual property bool CaptionIn3D {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also