C# 클래스 SmartQuant.Charting.Canvas

상속: Form
파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

공개 메소드들

메소드 설명
AddPad ( double x1, double y1, double x2, double y2 ) : Pad
Canvas ( ) : System
Canvas ( string name ) : System
Canvas ( string name, int width, int height ) : System
Canvas ( string name, string title ) : System
Canvas ( string name, string title, int width, int height ) : System
Canvas ( string name, string title, string fileName ) : System
Canvas ( string name, string title, string fileName, int width, int height ) : System
Clear ( ) : void
Divide ( int x, int y ) : void
Divide ( int x, int y, double widths, double heights ) : void
Print ( ) : void
PrintPageSetup ( ) : void
PrintPreview ( ) : void
PrintSetup ( ) : void
Update ( ) : void
UpdateChart ( ) : void
cd ( int pad ) : Pad

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

메소드 상세

AddPad() 공개 메소드

public AddPad ( double x1, double y1, double x2, double y2 ) : Pad
x1 double
y1 double
x2 double
y2 double
리턴 Pad

Canvas() 공개 메소드

public Canvas ( ) : System
리턴 System

Canvas() 공개 메소드

public Canvas ( string name ) : System
name string
리턴 System

Canvas() 공개 메소드

public Canvas ( string name, int width, int height ) : System
name string
width int
height int
리턴 System

Canvas() 공개 메소드

public Canvas ( string name, string title ) : System
name string
title string
리턴 System

Canvas() 공개 메소드

public Canvas ( string name, string title, int width, int height ) : System
name string
title string
width int
height int
리턴 System

Canvas() 공개 메소드

public Canvas ( string name, string title, string fileName ) : System
name string
title string
fileName string
리턴 System

Canvas() 공개 메소드

public Canvas ( string name, string title, string fileName, int width, int height ) : System
name string
title string
fileName string
width int
height int
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Divide() 공개 메소드

public Divide ( int x, int y ) : void
x int
y int
리턴 void

Divide() 공개 메소드

public Divide ( int x, int y, double widths, double heights ) : void
x int
y int
widths double
heights double
리턴 void

Print() 공개 메소드

public Print ( ) : void
리턴 void

PrintPageSetup() 공개 메소드

public PrintPageSetup ( ) : void
리턴 void

PrintPreview() 공개 메소드

public PrintPreview ( ) : void
리턴 void

PrintSetup() 공개 메소드

public PrintSetup ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateChart() 공개 메소드

public UpdateChart ( ) : void
리턴 void

cd() 공개 메소드

public cd ( int pad ) : Pad
pad int
리턴 Pad