Class PaintChartEventArgs
public class PaintChartEventArgs
Constructors
Declaration
public PaintChartEventArgs(Graphics graphics, Rectangle rectangle, Point mousePosition, int windowIndex)
Parameters
| Type |
Name |
Description |
| Graphics |
graphics |
|
| Rectangle |
rectangle |
|
| Point |
mousePosition |
|
| int |
windowIndex |
|
Properties
Declaration
public bool DrawBackground { get; set; }
Property Value
Declaration
public Graphics Graphics { get; set; }
Property Value
| Type |
Description |
| Graphics |
|
Declaration
public int LeftVisibleBarIndex { get; set; }
Property Value
Declaration
public Point MousePosition { get; set; }
Property Value
Declaration
public Rectangle Rectangle { get; set; }
Property Value
Declaration
public int RightVisibleBarIndex { get; set; }
Property Value
Declaration
public int WindowIndex { get; set; }
Property Value