Click or drag to resize
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; }

Property Value

Type: Boolean
See Also