Enum Direction2D
Defines constants for X and Y direction used throughout SciChart
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum Direction2D extends Enum<Direction2D>
Fields
| Name | Description |
|---|---|
| XDirection | Refers to the X-Axis direction |
| XyDirection | Refers to both X and Y axis direction |
| YDirection | Refers to the X-Axis direction |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |