Occurs when plot area is drawing.
[Visual Basic]
Public Event PaintPlotArea As PaintEventHandler
[C#]
public event PaintEventHandler PaintPlotArea
[Delphi]
public property PaintPlotArea: PaintEventHandler read remove_PaintPlotArea write add_PaintPlotArea;
Remarks
The event handler receives an argument of type PaintEventArgs containing data related to this event.
See Also
C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace | C1WebChart Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |