PoHistogramPositions Enumeration |
Type of positions relative to a histogram bar.
Namespace: OIV.MeshViz.Graph
Member name | Value | Description | |
---|---|---|---|
POS_TOP_OUT | 0 | At the top outside the bar. | |
POS_TOP_IN | 1 | At the top inside the bar. | |
POS_BOTTOM_OUT | 2 | At the bottom outside the bar. | |
POS_BOTTOM_IN | 3 | At the bottom inside the bar. | |
POS_RIGHT_OUT | 4 | At the right outside the bar. | |
POS_RIGHT_IN | 5 | At the right inside the bar. | |
POS_LEFT_OUT | 6 | At the left outside the bar. | |
POS_LEFT_IN | 7 | At the left inside the bar. | |
POS_CENTER | 8 | Centered in the bar. | |
POS_DEPEND | 9 | Depends on the type of histogram. |