Click or drag to resize
NChartAxisGridLines Class
The NChartAxisGridLine class provides methods to control particular grid lines of the chart's axis.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartAxisGridLines

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartAxisGridLines : INChartObject

The NChartAxisGridLines type exposes the following members.

Properties
  NameDescription
Public propertyChart
Chart the object belongs to. This property is assigned automatically whenever the object is assigned to the chart.
Public propertyColor
Color of the grid lines.
Public propertyLineDash
Dash of the grid lines.
Public propertyThickness
Thickness of the grid lines in pixels. The default value is 1.
Public propertyVisible
Flag that determines if the object is visible (true) or not (false). The default value is true.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also