프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetPrimitiveDistance | |||
InitContextMenu | |||
InitContextMenu | |||
OnDeleteMenuItemClick | void | ||
OnPropertiesMenuItemClick | void | ||
PrepareForUpdate | void | ||
Reset | void | ||
ShowContextMenu | void | ||
Update | void |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public DrawHorizontalGrid ( |
||
pen | ||
y | double | |
리턴 | void |
public DrawHorizontalTick ( |
||
pen | ||
x | double | |
y | double | |
length | int | |
리턴 | void |
public Pad ( |
||
chart | ||
x1 | int | |
x2 | int | |
y1 | int | |
y2 | int | |
리턴 | System |
public RemovePrimitive ( IChartDrawable primitive ) : void | ||
primitive | IChartDrawable | |
리턴 | void |
public SetCanvas ( int x1, int x2, int y1, int y2 ) : void | ||
x1 | int | |
x2 | int | |
y1 | int | |
y2 | int | |
리턴 | void |
public SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void | ||
minDate | System.DateTime | |
maxDate | System.DateTime | |
리턴 | void |