C# Class SmartQuant.Charting.Canvas

Inheritance: Form
Exibir arquivo Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

AddPad() public method

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

Canvas() public method

public Canvas ( ) : System
return System

Canvas() public method

public Canvas ( string name ) : System
name string
return System

Canvas() public method

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

Canvas() public method

public Canvas ( string name, string title ) : System
name string
title string
return System

Canvas() public method

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

Canvas() public method

public Canvas ( string name, string title, string fileName ) : System
name string
title string
fileName string
return System

Canvas() public method

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

Clear() public method

public Clear ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Divide() public method

public Divide ( int x, int y ) : void
x int
y int
return void

Divide() public method

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

Print() public method

public Print ( ) : void
return void

PrintPageSetup() public method

public PrintPageSetup ( ) : void
return void

PrintPreview() public method

public PrintPreview ( ) : void
return void

PrintSetup() public method

public PrintSetup ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateChart() public method

public UpdateChart ( ) : void
return void

cd() public method

public cd ( int pad ) : Pad
pad int
return Pad