GridLines Properties
Defines the settings of grid lines.Name | Description |
---|---|
Color | Gets or sets the color of major grid lines. |
LineStyle | Gets the style settings of the major grid lines. |
MinorColor | Gets or sets the color of minor grid lines. |
MinorLineStyle | Gets the style settings of the minor grid lines. |
MinorVisible | Gets or sets a value indicating whether the minor grid lines are displayed by an axis. |
Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
Visible | Specifies whether the grid lines are visible. |
See Also