ChartSelectionMode

The chart cursor selection mode.
 

Example

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

	// The full path is required.
	dundas.controls.ChartSelectionMode.NONE
	

 

Properties

 
  Name Description
  NONE The selected area will remain with the option of moving or resizing it.
  SELECT_WINDOW The cursor is used to mark data points as selected that are within the selected area.
  ZOOM The chart will zoom into the selected area.