| PoPolarLogAxis Constructor (Single, Single, Single, Single, PoPolarLogAxisDecadeListDefs, UInt16, Int16) | 
 
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,
	PoPolarLogAxisDecadeListDefs decadeListDef,
	ushort[] decadeList,
	short numDecade
)
Public Sub New ( 
	offset As Single,
	startRadius As Single,
	endRadius As Single,
	theta As Single,
	decadeListDef As PoPolarLogAxisDecadeListDefs,
	decadeList As UShort(),
	numDecade As Short
)
public:
PoPolarLogAxis(
	float offset, 
	float startRadius, 
	float endRadius, 
	float theta, 
	PoPolarLogAxisDecadeListDefs decadeListDef, 
	array<unsigned short>^ decadeList, 
	short numDecade
)
new : 
        offset : float32 * 
        startRadius : float32 * 
        endRadius : float32 * 
        theta : float32 * 
        decadeListDef : PoPolarLogAxisDecadeListDefs * 
        decadeList : uint16[] * 
        numDecade : int16 -> PoPolarLogAxisParameters
- offset
 - Type: SystemSingle
 - startRadius
 - Type: SystemSingle
 - endRadius
 - Type: SystemSingle
 - theta
 - Type: SystemSingle
 - decadeListDef
 - Type: OIV.MeshViz.GraphPoPolarLogAxisDecadeListDefs
 - decadeList
 - Type: SystemUInt16
 - numDecade
 - Type: SystemInt16
 
Remarks
See Also