IMSL C# Numerical Library

ChartNode.PrePaint Method 

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.

public virtual void PrePaint();

See Also

ChartNode Class | Imsl.Chart2D Namespace