Click or drag to resize
NChartAxisGrid Class
The NChartAxisGrid class provides storage for grid lines associated with the particular chart's axis.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartAxisGrid

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

The NChartAxisGrid 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. 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.
Public propertyInterlacedBackground
Array of brushes for interlaced background. If null, no interlaced background is displayed. The default value is null. Interlaced background means that the space between axis grid lines is filled with the colors that are consecutively taken from this array. The array is looped, so if there are less elements then spaces between grid lines, the sequence of colors is multiplied. The elements of the array should be objects NChartSolidColorBrush. Only NChartSolidColorBrush is supported, all other brushes (or other objects will be skipped).
Public propertyLineDash
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.
Public propertyMajorLines
Grid lines of the major ticks.
Public propertyMinorLines
Grid lines of the minor ticks.
Public propertyThickness
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.
Public propertyTinyLines
Grid lines of the tiny ticks.
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