ChartAxisTickMarkPlacement

The chart axis tick mark placement choices.
 

Example

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

	// The full path is required.
	dundas.controls.ChartAxisTickMarkPlacement.CENTER
	

 

Properties

 
  Name Description
  CENTER The tick mark is centered across the scale.
  INSIDE The tick mark is placed inside the scale.
  OUTSIDE The tick mark is placed outside the scale.