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; }
Public Property ShadingModel As NChartShadingModel
Get
Set
public:
virtual property NChartShadingModel ShadingModel {
NChartShadingModel get () sealed;
void set (NChartShadingModel value) sealed;
}
Property Value
Type:
NChartShadingModelSee Also