ChartNoMoveDirections Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines which directions a smart label is not allowed to move.
public ref class ChartNoMoveDirections sealed
public sealed class ChartNoMoveDirections
type ChartNoMoveDirections = class
Public NotInheritable Class ChartNoMoveDirections
- Inheritance
-
ChartNoMoveDirections
Properties
Down |
Indicates the smart label will not move directly down. |
DownLeft |
Indicates the smart label will not move down-left. |
DownRight |
Indicates the smart label will not move down-right. |
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
Left |
Indicates the smart label will not move directly left. |
Right |
Indicates the smart label will not move directly right. |
Up |
Indicates the smart label will not move directly up. |
UpLeft |
Indicates the smart label will not move up-left. |
UpRight |
Indicates the smart label will not move up-right. |