Possible moving directions for the overlapped SmartLabel.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property MovingDirection As LabelAlignment |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual LabelAlignment MovingDirection {get; set;} |
Return Value
A LabelAlignment value or multiple bitwise OR'd LabelAlignment values. The default is the bitwise OR of all LabelAlignment values to allow repositioning in all directions except to the center of the data point.
If the point cannot be drawn within the region specified by the properties MinMovingDistance and MaxMovingDistance in the directions allowed by the MovingDirections, and the HideOverlapped property is true then the data point label will not be drawn.
NOTE: SmartLabels only work when the Label angle property is set to zero.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family