Method | Description | |
---|---|---|
Axis ( Pad pad ) : System | ||
Axis ( Pad pad, EAxisPosition position ) : System | ||
Axis ( Pad pad, double x1, double y1, double x2, double y2 ) : System | ||
CalculateSize ( double ticks ) : EGridSize | ||
GetNextMajor ( long prevMajor, EGridSize gridSize ) : long | ||
MouseDown ( MouseEventArgs Event ) : void | ||
MouseMove ( MouseEventArgs Event ) : void | ||
MouseUp ( MouseEventArgs Event ) : void | ||
Paint ( ) : void | ||
PaintWithDates ( ) : void | ||
SetLocation ( double x1, double y1, double x2, double y2 ) : void | ||
SetRange ( double min, double max ) : void | ||
UnZoom ( ) : void | ||
Zoom ( System.DateTime min, System.DateTime max ) : void | ||
Zoom ( double min, double max ) : void | ||
Zoom ( string min, string max ) : void |
Method | Description | |
---|---|---|
Axis ( Pad pad, double x1, double y1, double x2, double y2, EAxisPosition position ) : System | ||
Ceiling125 ( double x ) : double | ||
Floor125 ( double x ) : double |
public Axis ( Pad pad, EAxisPosition position ) : System | ||
pad | Pad | |
position | EAxisPosition | |
return | System |
public Axis ( Pad pad, double x1, double y1, double x2, double y2 ) : System | ||
pad | Pad | |
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
return | System |
public static CalculateSize ( double ticks ) : EGridSize | ||
ticks | double | |
return | EGridSize |
public static GetNextMajor ( long prevMajor, EGridSize gridSize ) : long | ||
prevMajor | long | |
gridSize | EGridSize | |
return | long |
public MouseDown ( MouseEventArgs Event ) : void | ||
Event | MouseEventArgs | |
return | void |
public MouseMove ( MouseEventArgs Event ) : void | ||
Event | MouseEventArgs | |
return | void |
public MouseUp ( MouseEventArgs Event ) : void | ||
Event | MouseEventArgs | |
return | void |
public SetLocation ( double x1, double y1, double x2, double y2 ) : void | ||
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
return | void |
public SetRange ( double min, double max ) : void | ||
min | double | |
max | double | |
return | void |
public Zoom ( System.DateTime min, System.DateTime max ) : void | ||
min | System.DateTime | |
max | System.DateTime | |
return | void |
public Zoom ( double min, double max ) : void | ||
min | double | |
max | double | |
return | void |
public Zoom ( string min, string max ) : void | ||
min | string | |
max | string | |
return | void |