C# Class ChartPaintEventArgs, NetGanttControl

Provides data for ChartPaintEvent
Inheritance: PaintEventArgs
Afficher le fichier Open project: JackWangCUMT/NetGanttControl Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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,