Open this page in the API Guide

ChartAxisTickMarkPlacement

The chart axis tick mark placement choices.
 

Example

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

1
2
3
// 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.