PaintChartEventArgs CLASS

Graphics FIELD (Graphics)
Provides access to the Graphics for drawing SYNTAX public readonly Graphics Graphics
Sun, May 6, 2018 at 8:16 PM
Rectangle FIELD (Rectangle)
Determines the zone of the chart allowed for drawing SYNTAX public readonly Rectangle Rectangle
Sun, May 6, 2018 at 8:18 PM
DrawBackground PROPERTY (bool)
Returns true when draw the background, otherwise returns false SYNTAX public bool DrawBackground { get; set; }
Sun, May 6, 2018 at 8:19 PM
PaintChartEventArgs (Graphics gr, Rectangle rectangle) CONSTRUCTOR
Constructor for PaintChartEventArgs class with graphics, rectangle input parameters SYNTAX public PaintChartEventArgs (Graphics gr,Rectangle rectang...
Sun, May 6, 2018 at 8:21 PM