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