Chart.PostPaint 이벤트

정의

차트 요소를 그린 후에 발생합니다. 이 이벤트는 ChartArea, Legend 등의 요소에 대해 발생합니다.

public:
 event EventHandler<System::Web::UI::DataVisualization::Charting::ChartPaintEventArgs ^> ^ PostPaint;
public event EventHandler<System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs> PostPaint;
member this.PostPaint : EventHandler<System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs> 
Public Custom Event PostPaint As EventHandler(Of ChartPaintEventArgs) 

이벤트 유형

적용 대상