Click or drag to resize
PoAxisGetTitle Method

Gets the title 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 GetTitle(
	out PoAxisVisibilities visibility,
	out PoAxisTitlePositions position,
	out PoAxisTextPaths path,
	out string fontName,
	out float fontSize,
	out float distAxis,
	out string string
)

Parameters

visibility
Type: OIV.MeshViz.GraphPoAxisVisibilities
position
Type: OIV.MeshViz.GraphPoAxisTitlePositions
path
Type: OIV.MeshViz.GraphPoAxisTextPaths
fontName
Type: SystemString
fontSize
Type: SystemSingle
distAxis
Type: SystemSingle
string
Type: SystemString
Remarks

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

See Also