GridTickTypes Enumeration
.NET Framework (current version)
Specifies the options for displaying a grid line or a tick mark for a custom label.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| All | A tick mark and a grid line are shown. | |
| Gridline | A grid line is shown. | |
| None | No tick mark or grid line is shown. | |
| TickMark | A tick mark is shown. |
The GridTickTypes enumeration is used in conjunction with the GridTicks property to display a grid line and/or a tick mark for a custom label.
.NET Framework
Available since 4.0
Available since 4.0
Show: