C# Класс System.Drawing.PieChart.PieChartControl

Summary description for PieChartControl.
Наследование: System.Windows.Forms.Panel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PieChartControl ( ) : System

Initializes the PieChartControl.

Защищенные методы

Метод Описание
DoDraw ( Graphics graphics ) : void

Sets values for the chart and draws them.

OnMouseEnter ( System e ) : void

Handles MouseEnter event to activate the tooltip.

OnMouseLeave ( System e ) : void

Handles MouseLeave event to disable tooltip.

OnMouseMove ( System e ) : void

Handles MouseMove event to display tooltip for the pie slice under pointer and to display slice in highlighted color.

OnPaint ( PaintEventArgs args ) : void

Handles OnPaint event.

OnResize ( EventArgs args ) : void

Handles OnResize event.

Описание методов

DoDraw() защищенный Метод

Sets values for the chart and draws them.
protected DoDraw ( Graphics graphics ) : void
graphics Graphics /// Graphics object used for drawing. ///
Результат void

OnMouseEnter() защищенный Метод

Handles MouseEnter event to activate the tooltip.
protected OnMouseEnter ( System e ) : void
e System
Результат void

OnMouseLeave() защищенный Метод

Handles MouseLeave event to disable tooltip.
protected OnMouseLeave ( System e ) : void
e System
Результат void

OnMouseMove() защищенный Метод

Handles MouseMove event to display tooltip for the pie slice under pointer and to display slice in highlighted color.
protected OnMouseMove ( System e ) : void
e System
Результат void

OnPaint() защищенный Метод

Handles OnPaint event.
protected OnPaint ( PaintEventArgs args ) : void
args System.Windows.Forms.PaintEventArgs /// PaintEventArgs object. ///
Результат void

OnResize() защищенный Метод

Handles OnResize event.
protected OnResize ( EventArgs args ) : void
args System.EventArgs ///
Результат void

PieChartControl() публичный Метод

Initializes the PieChartControl.
public PieChartControl ( ) : System
Результат System