TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ChartGetDouble ( long  chart_id,
int  prop_id,
int  sub_window,
out double  double_var 
)

Returns the value of a corresponding property of the specified chart. Chart property must be of double type

Parameters
chart_idChart ID. 0 means the current chart
prop_idChart property ID. This value can be one of the following values:
CHART_SHIFT_SIZEThe size of the zero bar indent from the right border in percentsdouble  (from 10 to 50 percents)
CHART_FIXED_POSITIONUnsupporteddouble
CHART_FIXED_MAXFixed  chart maximumdouble
CHART_FIXED_MINFixed  chart minimumdouble
CHART_POINTS_PER_BARUnsupporteddouble
CHART_PRICE_MINChart minimumdouble r/o   modifier - subwindow number
CHART_PRICE_MAXChart maximumdouble r/o   modifier - subwindow number
sub_windowNumber of the chart subwindow. 0 denotes the main chart subwindow
double_varTarget variable of double type for the requested property
Returns
True if the specified property is available and its value has been placed into double_var variable, otherwise returns false