Click or drag to resize
NChartAxisGridLineDash Property
Dash of the grid lines. If you set a dash 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 NChartLineDash LineDash { get; set; }

Property Value

Type: NChartLineDash
See Also