|
Timeframes (Get Method)
Gets visibility flags of a graphical object.
int Timeframes() const |
Return Value
Visibility flags of the graphical object attached to an instance of the class. If there is no attached object, it returns 0.
Timeframes (Set Method)
Sets visibility flags of a graphical object.
bool Timeframes(
|
Parameters
new_timeframes
[in] New visibility flags of the graphical object.
Return Value
true - success, false - cannot change the flags of visibility.
Example:
//--- example for CChartObject::Timeframes
|