Click or drag to resize
NChartAxisGridColor Property
Color of the grid lines. If you set a color value to this property, this value is set to all grid lines (majorGridLines, minorGridLines and tinyGridLines).If you read a value of this property, color of majorGridLines is returned.

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

Property Value

Type: Color
See Also