Click or drag to resize
PoGeneralizedBarscaleFactor Property

Specifies a possibly non uniform scale applied to each bar.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFVec3f scaleFactor { get; }

Property Value

Type: SoSFVec3f
Remarks

If the orientation is VERTICAL, only the X and Z components are used, and if the orientation is HORIZONTAL, only the Y and Z components are used. If a component has a negative value, the scale in the component direction is relative to the height (resp. width) of the histogram, otherwise this an absolute scale.

See Also