TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool ChartScreenShot | ( | long | chart_id, |
string | filename, | ||
int | width, | ||
int | height, | ||
int | align_mode = CSharpProgram.ALIGN_RIGHT |
||
) |
Saves current chart screen shot as a file
chart_id | Chart ID. 0 means the current chart |
filename | Screenshot file name |
width | Screenshot width in pixels |
height | Screenshot height in pixels |
align_mode | Output mode of a narrow screenshot. ALIGN_RIGHT means align to the right margin (the output from the end). ALIGN_LEFT means Left justify |