- ChartId
- Window
- Name
- NumPoints
- Attach
- SetPoint
- Delete
- Detach
- ShiftObject
- ShiftPoint
- Time
- Price
- Color
- Style
- Width
- Background
- Selected
- Selectable
- Description
- Tooltip
- Timeframes
- Z_Order
- CreateTime
- LevelsCount
- LevelColor
- LevelStyle
- LevelWidth
- LevelValue
- LevelDescription
- GetInteger
- SetInteger
- GetDouble
- SetDouble
- GetString
- SetString
- Save
- Load
- Type
Selected (Get Method)
Gets the flag indicating that a graphical object is selected. In other words - if the graphical object is selected or not.
bool Selected() const |
Return Value
The state that the object, attached to an instance of the class, is selected. If there is no attached object, returns false.
Selected (Set Method)
Sets the flag indicating that the graphical object is selected.
bool Selected(
|
Parameters
selected
[in] New value of the flag indicating that a graphical object is selected.
Return Value
true - success, false - cannot change the flag.
Example:
//--- example for CChartObject::Selected
|