Sdílet prostřednictvím


ChartNoMoveDirections Members

Include Protected Members
Include Inherited Members

Defines which directions a smart label is not allowed to move.

The ChartNoMoveDirections type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Down Indicates the smart label will not move directly down.
Public property DownLeft Indicates the smart label will not move down-left.
Public property DownRight Indicates the smart label will not move down-right.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Left Indicates the smart label will not move directly left.
Public property Right Indicates the smart label will not move directly right.
Public property Up Indicates the smart label will not move directly up.
Public property UpLeft Indicates the smart label will not move up-left.
Public property UpRight Indicates the smart label will not move up-right.

Top