Property | Type | Description | |
---|---|---|---|
GetPrimitiveDistance | |||
InitContextMenu | |||
InitContextMenu | |||
OnDeleteMenuItemClick | void | ||
OnPropertiesMenuItemClick | void | ||
PrepareForUpdate | void | ||
Reset | void | ||
ShowContextMenu | void | ||
Update | void |
Method | Description | |
---|---|---|
AddPrimitive ( IChartDrawable primitive ) : void | ||
ClearPrimitives ( ) : void | ||
ClientX ( System.DateTime dateTime ) : int | ||
ClientY ( double worldY ) : int | ||
DrawHorizontalGrid ( |
||
DrawHorizontalTick ( |
||
GetDateTime ( int x ) : System.DateTime | ||
IsInRange ( double x, double y ) : bool | ||
MouseDown ( MouseEventArgs evnt ) : void | ||
MouseMove ( MouseEventArgs evnt ) : void | ||
MouseUp ( MouseEventArgs Event ) : void | ||
Pad ( |
||
RemovePrimitive ( IChartDrawable primitive ) : void | ||
SetCanvas ( int x1, int x2, int y1, int y2 ) : void | ||
SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void | ||
SetSelectedObject ( object obj ) : void | ||
WorldY ( int y ) : double |
Method | Description | |
---|---|---|
GetPrimitiveDistance ( IChartDrawable primitive, Point point ) : |
||
InitContextMenu ( IChartDrawable primitive ) : |
||
InitContextMenu ( IChartDrawable primitive ) : |
||
OnDeleteMenuItemClick ( object sender, |
||
OnPropertiesMenuItemClick ( object sender, |
||
PrepareForUpdate ( ) : void | ||
Reset ( ) : void | ||
ShowContextMenu ( IChartDrawable primitive, UserControl control, MouseEventArgs e ) : void | ||
Update ( |
public AddPrimitive ( IChartDrawable primitive ) : void | ||
primitive | IChartDrawable | |
return | void |
public ClientX ( System.DateTime dateTime ) : int | ||
dateTime | System.DateTime | |
return | int |
public DrawHorizontalGrid ( |
||
pen | ||
y | double | |
return | void |
public DrawHorizontalTick ( |
||
pen | ||
x | double | |
y | double | |
length | int | |
return | void |
public GetDateTime ( int x ) : System.DateTime | ||
x | int | |
return | System.DateTime |
public IsInRange ( double x, double y ) : bool | ||
x | double | |
y | double | |
return | bool |
public MouseDown ( MouseEventArgs evnt ) : void | ||
evnt | MouseEventArgs | |
return | void |
public MouseMove ( MouseEventArgs evnt ) : void | ||
evnt | MouseEventArgs | |
return | void |
public MouseUp ( MouseEventArgs Event ) : void | ||
Event | MouseEventArgs | |
return | void |
public Pad ( |
||
chart | ||
x1 | int | |
x2 | int | |
y1 | int | |
y2 | int | |
return | System |
public RemovePrimitive ( IChartDrawable primitive ) : void | ||
primitive | IChartDrawable | |
return | void |
public SetCanvas ( int x1, int x2, int y1, int y2 ) : void | ||
x1 | int | |
x2 | int | |
y1 | int | |
y2 | int | |
return | void |
public SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void | ||
minDate | System.DateTime | |
maxDate | System.DateTime | |
return | void |
public SetSelectedObject ( object obj ) : void | ||
obj | object | |
return | void |