프로퍼티 | 타입 | 설명 | |
---|---|---|---|
fAntiAliasingEnabled | bool | ||
fDoubleBufferingEnabled | bool | ||
fFileName | string | ||
fGroupLeftMarginEnabled | bool | ||
fGroupRightMarginEnabled | bool | ||
fGroupZoomEnabled | bool | ||
fIsUpdating | bool | ||
fPad | Pad | ||
fPadSplit | bool | ||
fPadSplitIndex | int | ||
fPads | PadList | ||
fPadsForeColor | Color | ||
fPrintAlign | EPrintAlign | ||
fPrintDocument | System.Drawing.Printing.PrintDocument | ||
fPrintHeight | int | ||
fPrintLayout | EPrintLayout | ||
fPrintWidth | int | ||
fPrintX | int | ||
fPrintY | int | ||
fSessionEnd | System.TimeSpan | ||
fSessionGridColor | Color | ||
fSessionGridEnabled | bool | ||
fSessionStart | System.TimeSpan | ||
fSmoothingEnabled | bool | ||
fToolTip | ToolTip | ||
fTransformationType | ETransformationType |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AdaptLeftMargin | void | ||
AdaptRightMargin | void | ||
DoPaint | void | ||
OnPrintPage | void | ||
PointInPad | bool |
메소드 | 설명 | |
---|---|---|
AddPad ( double x1, double y1, double x2, double y2 ) : Pad | ||
Chart ( ) : System | ||
Chart ( System.DateTime date ) : System | ||
Chart ( string name ) : System | ||
Clear ( ) : void | ||
Connect ( ) : void | ||
Disconnect ( ) : void | ||
Divide ( int x, int y ) : void | ||
Divide ( int x, int y, double widths, double heights ) : void | ||
GetBitmap ( ) : |
||
GetBitmap ( float dpi ) : |
||
GetMetafile ( EmfType type ) : System.Drawing.Imaging.Metafile | ||
Print ( ) : void | ||
PrintPageSetup ( ) : void | ||
PrintPreview ( ) : void | ||
PrintSetup ( ) : void | ||
SaveImage ( string filename, |
||
SetRangeX ( System.DateTime Min, System.DateTime Max ) : void | ||
SetRangeX ( double Min, double Max ) : void | ||
SetRangeY ( double Min, double Max ) : void | ||
UpdatePads ( ) : void | ||
UpdatePads ( |
||
UpdatePads ( |
||
cd ( int padIndex ) : Pad |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Init ( ) : void | ||
InitializeComponent ( ) : void | ||
OnDoubleClick ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs pe ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
ZoomChanged ( object sender, |
메소드 | 설명 | |
---|---|---|
AdaptLeftMargin ( ) : void | ||
AdaptRightMargin ( ) : void | ||
DoPaint ( |
||
OnPrintPage ( object sender, System.Drawing.Printing.PrintPageEventArgs args ) : void | ||
PointInPad ( Pad pad, Point p ) : bool |
public AddPad ( double x1, double y1, double x2, double y2 ) : Pad | ||
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
리턴 | Pad |
public Divide ( int x, int y, double widths, double heights ) : void | ||
x | int | |
y | int | |
widths | double | |
heights | double | |
리턴 | void |
public GetMetafile ( EmfType type ) : System.Drawing.Imaging.Metafile | ||
type | EmfType | |
리턴 | System.Drawing.Imaging.Metafile |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
리턴 | void |
public SaveImage ( string filename, |
||
filename | string | |
format | ||
리턴 | void |
public SetRangeX ( System.DateTime Min, System.DateTime Max ) : void | ||
Min | System.DateTime | |
Max | System.DateTime | |
리턴 | void |
public UpdatePads ( |
||
padGraphics | ||
x | int | |
y | int | |
width | int | |
height | int | |
리턴 | void |
protected ZoomChanged ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
protected PrintDocument,System.Drawing.Printing fPrintDocument | ||
리턴 | System.Drawing.Printing.PrintDocument |