ChartAxisCrossingPosition

 

Example

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

	// The full path is required.
	dundas.controls.ChartAxisCrossingPosition.AUTO
	

 

Properties

 
  Name Description
  AUTO The first perpendicular axis will cross this axis at the 0 position if this axis scale is numeric, otherwise at the minimum of this axis.
  CENTER The first perpendicular axis will cross this axis at the center of this axis.
  MAXIMUM The first perpendicular axis will cross this axis at the maximum value of this axis.
  MINIMUM The first perpendicular axis will cross this axis at the minimum value of this axis.
  VALUE The first perpendicular axis will cross this axis at a specified value.