TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ChartSetDouble ( long  chart_id,
int  prop_id,
double  value 
)

Sets 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
sub_windowNumber of the chart subwindow. 0 denotes the main chart subwindow
double_varNew property value
Returns
True if the specified property is available and its value has been successfully set, otherwise returns false