Click or drag to resize
PoAxisGetGrad Method

Gets the graduations axis attributes computed by the last axis rebuilding.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetGrad(
	out PoAxisVisibilities visibility,
	out PoAxisGradPositions position,
	out PoAxisTextPaths path,
	out string fontName,
	out float fontSize,
	out float distAxis,
	out bool addStringVisibility,
	out string addString
)

Parameters

visibility
Type: OIV.MeshViz.GraphPoAxisVisibilities
position
Type: OIV.MeshViz.GraphPoAxisGradPositions
path
Type: OIV.MeshViz.GraphPoAxisTextPaths
fontName
Type: SystemString
fontSize
Type: SystemSingle
distAxis
Type: SystemSingle
addStringVisibility
Type: SystemBoolean
addString
Type: SystemString
Remarks

If the axis have never been built, the method return the value of the equivalent field.

See Also