ChartAxisLabelAutoFitMethods

Flags enumeration of auto-fit methods.
 

Example

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

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

  Name Value Description
  NONE 0x00 No auto-fit methods are selected.
  DECREASE_FONT 0x01 Labels can decrease in font size.
  STAGGER 0x02 Labels can be alternately placed into two separate rows.
  TEXT_WRAP 0x04 Label text can be wrapped onto multiple lines at spaces.
  ROTATE_45 0x08 Labels can be rotated 45 degrees.
  ROTATE_90 0x10 Labels can be rotated 90 degrees.
  ROTATE_270 0x20 Labels can be rotated 270 degrees.
  ROTATE_315 0x40 Labels can be rotated 315 degrees.