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