ChartSetInteger
Sets a value for a corresponding property of the specified chart. Chart property must be datetime, int, color, bool or char.
bool ChartSetInteger( |
Parameters
chart_id
[in] Chart ID. 0 means the current chart.
prop_id
[in] Chart property ID. It can be one of the ENUM_CHART_PROPERTY_INTEGER value (except the read-only properties).
value
[in] Property value.
Return Value
Returns true if successful, otherwise returns false.
© 2000-2010, MetaQuotes Software Corp.