| PoAxisgradDistAxis Property  | 
Distance from the graduations to the axis. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFFloat gradDistAxis { get; }Public ReadOnly Property gradDistAxis As SoSFFloat
	Get
public:
property SoSFFloat^ gradDistAxis {
	SoSFFloat^ get ();
}member gradDistAxis : SoSFFloat with get
Property Value
Type: 
SoSFFloat
RemarksIf this value is <= 0, the distance is automatically calculated. This value is a percentage of the current domain (cf OIV.MeshViz.Graph.PoBase description). Default is 0. 
See Also