TickMarkStyle Enumeration
.NET Framework (current version)
Specifies a tick mark style when setting the TickMarkStyle property of a TickMark object.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| AcrossAxis | Tick marks are drawn across the relevant axis line. | |
| InsideArea | Tick marks are drawn inside the chart area. | |
| None | Tick marks are disabled. | |
| OutsideArea | Tick marks are drawn outside the chart area. |
The TickMarkStyle enumeration represents the styles for major and minor tick marks.
.NET Framework
Available since 4.0
Available since 4.0
Show: