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.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void PrePaint()
Public Overridable Sub PrePaint
public:
virtual void PrePaint()
abstract PrePaint : unit -> unit
override PrePaint : unit -> unit
See Also