AutoLabelAlignment

Defines the alignment options for automatically placing labels outside of data.
 

Example

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

	// The full path is required.
	dundas.controls.AutoLabelAlignment.AUTO
	

 

Properties

 
  Name Description
  AUTO Labels are placed in any direction that fits.
  BOTTOM Labels are placed at the bottom of the data.
  LEFT Labels are placed at the left of the data.
  RIGHT Labels are placed at the right of the data.
  TOP Labels are placed at the top of the data.