Click or drag to resize
PoLogAxisGetLogGrad Method

Returns the current logarithmic graduations attributes (those computed can be different from the associated fields).

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetLogGrad(
	out ushort numDecade,
	ushort[] decadeList,
	out PoLogAxisTenPowGradReps tenPowerRep,
	out PoLogAxisDecadeReps decadeRep,
	out string decadeFontName,
	out float decadeFontSize
)

Parameters

numDecade
Type: SystemUInt16
decadeList
Type: SystemUInt16
tenPowerRep
Type: OIV.MeshViz.GraphPoLogAxisTenPowGradReps
decadeRep
Type: OIV.MeshViz.GraphPoLogAxisDecadeReps
decadeFontName
Type: SystemString
decadeFontSize
Type: SystemSingle
Remarks

See Also