PoPolarLogAxisdecadeListDef Property |
List of graduations between two power of ten graduations (decade graduations).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
SoSFEnumPoPolarLogAxisDecadeListDefsRemarks For 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