PoMultipleHistogramsumFontSize Property |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFFloat sumFontSize { get; }
Public ReadOnly Property sumFontSize As SoSFFloat
Get
public:
property SoSFFloat^ sumFontSize {
SoSFFloat^ get ();
}
member sumFontSize : SoSFFloat with get
Property Value
Type:
SoSFFloat
Remarksif this value is less or equal to 0, the font size is fixed at 0.04. This value is a percentage of the current domain (cf OIV.MeshViz.Graph.PoBase description).
See Also