Click or drag to resize
NChartAxisGridThickness Property
Thickness of the grid lines in pixels. The default value is 1. If you set a thickness value to this property, this value is set to all grid lines (majorGridLines, minorGridLines and tinyGridLines).If you read a value of this property, thickness of majorGridLines is returned.

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

Property Value

Type: Single
See Also