Click or drag to resize
PoLinearAxisSetFormat Method

Sets a reference to a OIV.MeshViz.Graph.PbNumericDisplayFormat object for the numerical display format for the graduations.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetFormat(
	PbNumericDisplayFormat format
)

Parameters

format
Type: OIV.MeshViz.GraphPbNumericDisplayFormat
Remarks

If this method is not called (or called passing NULL as argument), the numerical display format defined in the current inherited state (defined with the property node OIV.MeshViz.Nodes.PoNumericDisplayFormat) is used.

See Also