ChartAxisType

The chart axis type choices.
 

Example

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

	// The full path is required.
	dundas.controls.ChartAxisType.PRIMARY
	

 

Properties

 
  Name Description
  PRIMARY Displayed along the bottom or left side of the chart if the adjacent primary axis perpendicular to this one is not reversed.
  SECONDARY Displayed along the top or right side of the chart if the adjacent primary axis perpendicular to this one is not reversed.