|
virtual |
Given a chart value returns a point in client coordinates. Do not use for a ternary axis.
dblValue | Specifies a value to be converted to client coordinates. |
bForceValueOnThickMark | Should be TRUE if you need a point corresponding to tick marks; can be FALSE to calculate a point with 0.5 unit offset, if the axis displays data between tick marks. |
bLogValue | TRUE - logarithmic axis; FALSE - otherwise. |
Do not use this method for a ternary axis. Use PointFromChartData() instead.
Reimplemented from CBCGPChartAxis.