The PrePaint method is called in all nodes in a chart just before the chart is painted. The default implementation does nothing. Override this method to do computations just before painting in a chart node.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void PrePaint()
Visual Basic (Declaration)
Public Overridable Sub PrePaint
Visual C++
public:
virtual void PrePaint()

See Also