C# Класс ChartPaintEventArgs, NetGanttControl

Provides data for ChartPaintEvent
Наследование: PaintEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ChartPaintEventArgs ( Graphics, graphics, Rectangle, clipRect, Chart, chart )

Initialize a new instance of ChartPaintEventArgs with the PaintEventArgs graphics and clip rectangle, and the chart itself.

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

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

Initialize a new instance of ChartPaintEventArgs with the PaintEventArgs graphics and clip rectangle, and the chart itself.
public ChartPaintEventArgs ( Graphics, graphics, Rectangle, clipRect, Chart, chart )
graphics Graphics,
clipRect Rectangle,
chart Chart,