Click or drag to resize
PoHistogramSetDataMapping Method

Sets a reference to a OIV.MeshViz.Graph.PbDataMapping object to the association color-value for coloring the bars.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetDataMapping(
	PbDataMapping dataMapping
)

Parameters

dataMapping
Type: OIV.MeshViz.GraphPbDataMapping
Remarks

If this method is not called (or called passing NULL as argument), this is the data mapping defined in the current inherited state (defined with the property node OIV.MeshViz.Nodes.PoDataMapping and its derived classes) which is used. This method is ignored if coloring = COLOR_LIST.

See Also