[Visual Basic]
Event PostDraw() As CustomDrawEventHandler
[C#]
event CustomDrawEventHandler PostDraw();
The event handler receives an argument of type CustomDrawEventArgs containing data related to this event. The following CustomDrawEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Drawer | Returns the IDrawer object used for the custom draw event arguments for the chart. |
ICustomDrawer Interface | ICustomDrawer Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.