Chart.PostPaint Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the chart element is painted.
public:
event EventHandler<System::Windows::Forms::DataVisualization::Charting::ChartPaintEventArgs ^> ^ PostPaint;
public event EventHandler<System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs> PostPaint;
member this.PostPaint : EventHandler<System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs>
Public Custom Event PostPaint As EventHandler(Of ChartPaintEventArgs)
Public Event PostPaint As EventHandler(Of ChartPaintEventArgs)