The ChartNoMoveDirections type exposes the following members.

Constructors

  Name Description
Public method ChartNoMoveDirections
Initializes a new instance of the ChartNoMoveDirections class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ChartNoMoveDirections to the current object.

Properties

  Name Description
Public property Down
Gets or sets a value indicating whether the smart label is not allowed to move directly down.
Public property DownLeft
Gets or sets a value indicating whether the smart label is not allowed to move down-left.
Public property DownRight
Gets or sets a value indicating whether the smart label is not allowed to move down-right.
Public property Left
Gets or sets a value indicating whether the smart label is not allowed to move directly left.
Public property Right
Gets or sets a value indicating whether the smart label is not allowed to move directly right.
Public property Up
Gets or sets a value indicating whether the smart label is not allowed to move directly up.
Public property UpLeft
Gets or sets a value indicating whether the smart label is not allowed to move up-left.
Public property UpRight
Gets or sets a value indicating whether the smart label is not allowed to move up-right.

See Also