AxisRuler Class Properties
In This Topic
For a list of all members of this type, see AxisRuler members.
Public Properties
| Name | Description |
 | CurrentPageBeginValue | Specifies the begin value of the current page when the CurrentPageMode property is set to BeginValue. |
 | CurrentPageIndex | Specifies the index the current page when the CurrentPageMode property is set to Index. |
 | CurrentPageMode | Specifies the mode of the current page displayed by the axis. |
 | Inverted | When set to true the axis ruler is displayed in inverted manner. |
 | PageCount | Specifies the number of axis pages when the PagingMode is set FixedPageCount. |
 | PageSize | Specifies the size of axis pages when the PagingMode is FixedPageSize. |
 | PagingMode | Controls the paging mode of the axis. |
 | PositionEndPercent | Specifies the end of the axis ruler in percents of the axis length. |
 | PositionStartPercent | Specifies the start of the axis ruler in percents of the axis length. |
Top
See Also