InsideLabelAlignment

Defines the alignment options for placing labels inside data.
 

Example

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

	// The full path is required.
	dundas.controls.InsideLabelAlignment.BOTTOM
	

 

Properties

 
  Name Description
  BOTTOM Labels are placed at the bottom of the data.
  MIDDLE Labels are placed at the vertical center of the data.
  TOP Labels are placed at the top of the data.
  TOWARD_END Labels are placed at the edge of the data farthest from its origin.
  TOWARD_START Labels are placed at the edge of the data closest to its origin.