ChartAxisDimension

Defines the type of dimension this axis represents.
 

Example

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

	// The full path is required.
	dundas.controls.ChartAxisDimension.X
	

 

Properties

 
  Name Description
  X This represents an X axis dimension.
  Y This represents a Y axis dimension.