The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() |
|||||||||
See also: TmtBeforeDrawScaleLabelEvent, Events | |||||||||
OnBeforeDrawScaleLabel |
|||||||||
The event OnBeforeDrawScaleLabel provides a hook for adding user defined graphics to the meter. The event is triggered immediately before a numeric tick label is drawn. The variable parameter Canvas provides access to the canvas of the data area. The variable parameter CurrentTickLabel can be adjusted according to the requirements of the program (e.g. to append a measurement unit to it). The parameters ChartX and ChartY specify the position of the label (in pixel coordinates). Please note that the state of the canvas (e.g. the color of its pen, or the fill mode of the brush) depends on the graphics elements drawn before.
|