GridLineVisibility Enum
Specifies which axes that grid lines will be visible for.
[Flags]
public enum GridLineVisibility
Fields
| Name | Description |
|---|---|
| All | Indicates that grid lines will be visible for both the X and Y axis. |
| None | Indicates that grid lines will not be visible. |
| X | Indicates that grid lines will be visible for the X axis. |
| Y | Indicates that grid lines will be visible for the Y axis. |