Hi, need to customize text shown on iekRULER objects. We are trying to use OnPresentMeasure, but it has only these arguments: (Sender: TObject; var Text: string; Value: double; ValType: TIEVValType)
How can we detect wich is the ruler associated with that data? We need to obtain the HObj of the ruler that fires this event.
Unfortunately when OnPresentMeasure is called it is not possible to know the specific ruler, because the event it used not just for drawing but also hint generation.