AutoLabelPlacement

Defines the options for automatically placing data labels.
 

Example

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

	// The full path is required.
	dundas.controls.AutoLabelPlacement.INSIDE
	

 

Properties

 
  Name Description
  INSIDE Labels are placed inside the shapes representing the values.
  INSIDE_OR_OUTSIDE Labels are placed inside the shapes representing the values if they fit, otherwise outside.
  OUTSIDE Labels are placed outside the shapes representing the values.
  OUTSIDE_OR_INSIDE Labels are placed outside the shapes representing the values if they fit, otherwise inside.