| PoPolarLogAxisdecadeListDef Property  | 
List of graduations between two power of ten graduations (decade graduations). 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFEnum<PoPolarLogAxisDecadeListDefs> decadeListDef { get; }Public ReadOnly Property decadeListDef As SoSFEnum(Of PoPolarLogAxisDecadeListDefs)
	Get
public:
property SoSFEnum<PoPolarLogAxisDecadeListDefs>^ decadeListDef {
	SoSFEnum<PoPolarLogAxisDecadeListDefs>^ get ();
}member decadeListDef : SoSFEnum<PoPolarLogAxisDecadeListDefs> with get
Property Value
Type: 
SoSFEnumPoPolarLogAxisDecadeListDefs
RemarksFor each integer value i of decadeList, 2 <= i <= 9, only the 8 first values of decadeList are used. This field is used to build the axis only if decadeListDef = DECADE_LIST_NON_AUTO. 
See Also