BCGControlBar Pro for MFC
virtual void CBCGPChartVisualObject::OnDrawTickMark ( CBCGPGraphicsManager *  pGM,
CBCGPPoint &  ptStart,
CBCGPPoint &  ptEnd,
BCGPChartFormatLine &  lineStyle,
double  dblVal,
BOOL  bIsMajor 
)
virtual

Called by the framework to draw a chart tick mark.

Parameters
pGMA pointer to a graphics manager.
ptStartThe start point.
ptEndThe end point.
lineStyleThe line style.
dblValThe tick mark value.
bIsMajorTRUE if the renderred tick mark is a major, FALSE - minor.