Click or drag to resize
PoHistogramTextPaths Enumeration

Type of text path.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum TextPaths
Members
  Member nameValueDescription
PATH_RIGHT0

Writing from left to right.

PATH_LEFT1

Writing from right to left.

PATH_UP2

Writing from bottom to top.

PATH_DOWN3

Writing from top to bottom.

PATH_DEPEND4

Depends on the type of histogram.

Remarks