| PoPolarLogAxisdecadeFontSize Property  | 
Decade graduations font size. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFFloat decadeFontSize { get; }Public ReadOnly Property decadeFontSize As SoSFFloat
	Get
public:
property SoSFFloat^ decadeFontSize {
	SoSFFloat^ get ();
}member decadeFontSize : SoSFFloat with get
Property Value
Type: 
SoSFFloat
RemarksIf this value is <= 0, the font size is fixed at 0.04 if the graduations do not cross each other. This value is a percentage of the current domain (cf OIV.MeshViz.Graph.PoBase description). 
See Also