AutoLabelRotation

Defines the possible rotation options when positioning data labels.
 

Example

The following is an example of how to reference the AutoLabelRotation object:

	// The full path is required.
	dundas.controls.AutoLabelRotation.NONE
	

 

Properties

 
  Name Description
  NONE Labels are not rotated.
  NONE_OR_270 Labels are rotated 90° counter-clockwise automatically when needed.
  NONE_OR_90 Labels are rotated 90° clockwise automatically when needed.
  ROTATE_270 Labels are rotated 90° counter-clockwise.
  ROTATE_90 Labels are rotated 90° clockwise.