Occurs when interactive action 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 System.Windows.Forms.PaintEventArgs containing data related to this event. The sender object of the event is the instance of the chart PlotArea object with the data about to be drawn.
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |