ChartAxisLocation

The chart axis location choices.
 

Example

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

	// The full path is required.
	dundas.controls.ChartAxisLocation.ANGULAR
	

 

Properties

 
  Name Description
  ANGULAR The axis is the angular axis of a polar coordinate system, with coordinates in angles.
  BOTTOM The axis is located at the bottom of a chart plotting area.
  LEFT The axis is located at the left side of a chart plotting area.
  NONE The axis is not currently assigned a location in a chart.
  RADIAL The axis is the radial axis of a polar coordinate system.
  RIGHT The axis is located at the right side of a chart plotting area.
  TOP The axis is located at the top of a chart plotting area.