| 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 ChartPack PolChart Events OnDataRendered |
|||||||||||||||
| See also: TpcRenderEvent, OnBeforeDrawScaleLabel, SetCanvasFontSizeScaled | |||||||||||||||
OnDataRendered |
![]() |
||||||||||||||
The events OnDataRendered and OnBeforeDrawScaleLabel provide a hook for adding user defined graphics to a TPolChart. Internally, a chart is constructed in three phases before the result is copied to the screen: in the first phase the scales are drawn, then the data are drawn and finally the crosshairs are rendered. The event OnDataRendered occurs after the chart has been drawn and before the crosshairs are inserted and the chart is copied to the screen. The variable parameter Canvas provides access to the canvas of the data area. 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. The parameters Top and Left contain the offset of the data area relative to the entire chart area. You need these two values if you want to position your own drawing elements relative to the real-world coordinate system (by using the method R2M).
|
|||||||||||||||