[]
Use the members of this enumeration to set the value of the Axis property in the Action class.
[Flags]
public enum AxisFlagEnum
Name | Description |
---|---|
AxesAll | Use all axes( x-axis, y-axis and y2-axis). |
AxesXY | Use x-axis and y-axis. |
AxesXY2 | Use x-axis and y2-axis. |
AxesYY2 | Use y-axis and y2-axis. |
AxisX | Use x-axis. |
AxisY | Use y-axis. |
AxisY2 | Use y2-axis. |