Click or drag to resize
PoPolarLogAxis Constructor (Single, Single, Single, Single, PoPolarLogAxisDecadeListDefs, UInt16, Int16)

Constructor.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public PoPolarLogAxis(
	float offset,
	float startRadius,
	float endRadius,
	float theta,
	PoPolarLogAxisDecadeListDefs decadeListDef,
	ushort[] decadeList,
	short numDecade
)

Parameters

offset
Type: SystemSingle
startRadius
Type: SystemSingle
endRadius
Type: SystemSingle
theta
Type: SystemSingle
decadeListDef
Type: OIV.MeshViz.GraphPoPolarLogAxisDecadeListDefs
decadeList
Type: SystemUInt16
numDecade
Type: SystemInt16
Remarks