AxisObject
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.
origin.h
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 |