ChartAxisIntervalMethod

The chart axis interval generation method choices.
 

Example

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

	// The full path is required.
	dundas.controls.ChartAxisIntervalMethod.DATA_BASED
	

 

Properties

 
  Name Description
  DATA_BASED Intervals are based on the distinct data values plotted on the axis.
  VALUE_BASED Intervals are based on the total range of values along the axis, which may include padding.