【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.2 AxisObject
Name
AxisObject
Remark
The AxisObject class is derived from the OriginObject class and provides access to Origin axis ticks, grids and labels. Origin axis objects are contained by axes on an Origin page.
Hierarchy
- OriginObject
- AxisObject
Examples
Header to Include
origin.h
Reference
Members
| Name | Brief | Example |
|---|---|---|
| AxisObject | Default constructor which constructs an unattached AxisObject. | Examples |
| GetAxisTickData | Get axis tick data | Examples |
| GetPosition | get the position of the axis object | Examples |
| GetTitleObject | get the axis title object. If the object is not existed, will create a new one named by lpcszDefaultText. | Examples |
| GetTypeFormatEtc | to get the type of tick label | Examples |
| SetPosition | to set the position of axis object | Examples |
| SetTypeFormatEtc | to set the type of tick label | Examples |