Open this page in the API Guide

ChartAxisTitleRotation

Enumeration of axis title rotation settings for titles displayed along vertical axes.
 

Example

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

1
2
3
// The full path is required.
dundas.controls.ChartAxisTitleRotation.CLOCKWISE

 

Properties

 
  Name Description
  CLOCKWISE The title is rotated 90° clockwise if along a vertical axis.
  COUNTERCLOCKWISE The title is rotated 90° counterclockwise if along a vertical axis.
  TOWARD_AXIS The title is rotated toward the axis if along a vertical axis.