C# Class ChartPaintEventArgs, NetGanttControl

Provides data for ChartPaintEvent
Inheritance: PaintEventArgs
Exibir arquivo Open project: JackWangCUMT/NetGanttControl Class Usage Examples

Public Methods

Method Description
ChartPaintEventArgs ( Graphics, graphics, Rectangle, clipRect, Chart, chart )

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

Method Details

ChartPaintEventArgs() public method

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,