Click or drag to resize
NChartShadingModel Property
Shading model that is used in 3D mode. The default value is NChartShadingModelPhong. This property controls shading for the 3D charts like surfaces, columns, etc. Shading model for point markers is controlled through their brushes. This property takes effect in 3D mode only.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartShadingModel ShadingModel { get; set; }

Property Value

Type: NChartShadingModel
See Also