Splits an axis creating an additional custom axis.
- Returns
- A pointer to custom axis if the function succeeds, or NULL.
Use this method to split an existing axis and create an additional custom axis. The positions of axes are automatically calculated based on nPercent parameter.
- Parameters
-
dblPercent | Specifies the size of new axis in percents from the size of original axis. |
nGapInPixels | Specifies distance in pixels between this and the new axes. |
pNewAxisRTC | Runtime class of a new axis. |
bCustomAxisAtTop | Specifies whether the custom axis should be created at the top of the axis being split (TRUE the default), or at the bottom. |