Open this page in the API Guide

ChartAxisTextAlignment

Enumeration of axis text alignment settings.
 

Example

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

1
2
3
// The full path is required.
dundas.controls.ChartAxisTextAlignment.CENTER

 

Properties

 
  Name Description
  CENTER The text is centered.
  LEFT The text is left-aligned.
  RIGHT The text is right-aligned.
  TOWARD_AXIS The text is aligned to the side closest to the axis.