API Reference

Enum

VisioDataGraphicPlacement

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Placement of generated data graphics around a target shape.

Inheritance

  • Enum
  • VisioDataGraphicPlacement

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const VisioDataGraphicPlacement Right #

Place graphics to the right of the target.

Value: 0
public const VisioDataGraphicPlacement Left #

Place graphics to the left of the target.

Value: 1
public const VisioDataGraphicPlacement Top #

Place graphics above the target.

Value: 2
public const VisioDataGraphicPlacement Bottom #

Place graphics below the target.

Value: 3