Click or drag to resize
PoHistogramPositions Enumeration

Type of positions relative to a histogram bar.

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

At the top outside the bar.

POS_TOP_IN1

At the top inside the bar.

POS_BOTTOM_OUT2

At the bottom outside the bar.

POS_BOTTOM_IN3

At the bottom inside the bar.

POS_RIGHT_OUT4

At the right outside the bar.

POS_RIGHT_IN5

At the right inside the bar.

POS_LEFT_OUT6

At the left outside the bar.

POS_LEFT_IN7

At the left inside the bar.

POS_CENTER8

Centered in the bar.

POS_DEPEND9

Depends on the type of histogram.

Remarks