Enum ParallelogramGridParams.GridLines
Specifies what grid lines should be created
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public enum ParallelogramGridParams.GridLines
Fields
| Name | Value | Description |
|---|---|---|
| All | All = 1 | Both X and Y grid lines |
| Unknown | Unknown = 0 | Unknown |
| X | X = 2 | X grid lines |
| Y | Y = 3 | Y grid lines |