Click or drag to resize
PoPieChartAlignments Enumeration

Type of annotation alignment.

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

Annotations are aligned on the left of the annotation box.

CENTER_ALIGN1

Annotations are aligned on the center of the annotation box.

RIGHT_ALIGN2

Annotations are aligned on the right of the annotation box.

INWARDS_ALIGN3

Annotations are aligned inward the pie chart.

OUTWARDS_ALIGN4

Annotations are aligned outward the pie chart.

Remarks