GridTickTypes Enum

Definition

Specifies the options for displaying a grid line or a tick mark for a custom label.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum GridTickTypes
Inheritance
GridTickTypes
Attributes

Fields

Name Value Description
None 0

No tick mark or grid line is shown.

TickMark 1

A tick mark is shown.

Gridline 2

A grid line is shown.

All 3

A tick mark and a grid line are shown.

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1