BCGControlBar Pro for MFC
virtual double CBCGPChartTernaryAxis::PointFromValue ( double  dblValue,
BOOL  bForceValueOnThickMark,
BOOL  bLogValue = TRUE 
)
virtual

Given a chart value returns a point in client coordinates. Do not use for a ternary axis.

Parameters
dblValueSpecifies a value to be converted to client coordinates.
bForceValueOnThickMarkShould 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.
bLogValueTRUE - logarithmic axis; FALSE - otherwise.

Do not use this method for a ternary axis. Use PointFromChartData() instead.

Reimplemented from CBCGPChartAxis.