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