void CBCGPChartObject::SetAxisMarkCoordinate | ( | double | dblVal, |
BOOL | bIsVert = TRUE , |
||
BOOL | bOutside = TRUE |
||
) |
Sets "axis mark" coordinate.
You can call this helper method to turn a Chart Object into an "axis mark".
If bOutside is TRUE the Coordinate Mode will be set to CM_AXIS_OUTSIDE_MARK; otherwise - CM_AXIS_INSIDE_MARK.
If bIsVert is TRUE the "axis mark" will be placed on a vertical axis; otherwise - on horizontal axis (internally it copies dblVal to top or left member of coordinate rectangle).
The following example illustrates how to create an axis mark in this way:
dblVal | Axis mark value (in axis coordinates). |
bIsVert | TRUE - set an "axis mark" at the vertical axis; FALSE - set an "axis mark" at the horizontal axis. |
bOutside | TRUE - outside axis mark; FALSE - inside axis mark. |