Click or drag to resize
PoHistogramSetFormat Method

Sets a reference to a OIV.MeshViz.Graph.PbNumericDisplayFormat object for the numerical display format of values of the histograms.

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), this is the numerical display format defined in the current inherited state (defined with the property node OIV.MeshViz.Nodes.PoNumericDisplayFormat) which is used.

See Also