ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.PaintPlotArea Event

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

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.