Chart.OnPrePaint(ChartPaintEventArgs) 메서드

정의

차트 요소 배경을 그린 후에 발생합니다.

protected:
 virtual void OnPrePaint(System::Web::UI::DataVisualization::Charting::ChartPaintEventArgs ^ e);
protected virtual void OnPrePaint (System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs e);
abstract member OnPrePaint : System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs -> unit
override this.OnPrePaint : System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs -> unit
Protected Overridable Sub OnPrePaint (e As ChartPaintEventArgs)

매개 변수

e
ChartPaintEventArgs

이벤트에 대한 데이터를 제공하는 ChartPaintEventArgs 개체입니다.

설명

이 이벤트는 차트 요소를 그리기 직전에 발생하며 차트 이미지에 대해 한 번, 차트 이미지 내에 있는 각 ChartAreaLegendSeries 개체 및 DataPoint 개체에 대해 한 번 발생합니다. 이 이벤트는 3D 차트 및 DataPoint 개체에 대해 Series 발생하지 않습니다.

적용 대상