Click or drag to resize

Point3DToAxisString Method

Returns a label of the specified axis.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
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

String
A string representing the name of the axis.
See Also