Point4DToAxisString Method |
Returns a label of the specified axis.
Namespace: RAYLASE.SPICE3.UtilsAssembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.5.2
Syntax public static string ToAxisString(
int index
)
Parameters
- index Int32
- The index specifying the axis: 0 for the X axis, 1 for the Y axis, and so on.
Return Value
StringA string representing the name of the axis.
See Also