ChartAxisTitleLocation

Enumeration of axis title location settings.
 

Example

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

	// The full path is required.
	dundas.controls.ChartAxisTitleLocation.ALONG
	

 

Properties

 
  Name Description
  ALONG The title is displayed along the axis and parallel to it.
  AUTO The title is displayed on top of the axis if the axis is vertical, otherwise along the axis.