| PoPolarLogAxis Constructor (Single, Single, Single, Single) | 
Calls PoPolarLogAxis(offset, startRadius, endRadius, theta, OIV.MeshViz.Graph.PoPolarLogAxis.DecadeListDefs( .PoPolarLogAxis.DECADE_LIST_AUTO ), (cli.array<System.UInt16>^)nullptr, System.Int16(0)).
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic PoPolarLogAxis(
	float offset,
	float startRadius,
	float endRadius,
	float theta
)
Public Sub New ( 
	offset As Single,
	startRadius As Single,
	endRadius As Single,
	theta As Single
)
public:
PoPolarLogAxis(
	float offset, 
	float startRadius, 
	float endRadius, 
	float theta
)
new : 
        offset : float32 * 
        startRadius : float32 * 
        endRadius : float32 * 
        theta : float32 -> PoPolarLogAxisParameters
- offset
 - Type: SystemSingle
 - startRadius
 - Type: SystemSingle
 - endRadius
 - Type: SystemSingle
 - theta
 - Type: SystemSingle
 
Remarks
See Also