- 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 (Método Get)
Obtém o flag indicando que o objeto gráfico foi selecionado Em outras palavras - se o objeto gráfico é selecionado ou não.
bool Selected() const |
Valor do Retorno
O estado em que o objeto anexado a uma instância de classe é selecionado. Se não houver nenhum objeto anexado, retorna falso.
Selected (Método Set)
Define o flag indicando que o objeto gráfico foi selecionado.
bool Selected(
|
Parâmetros
selected
[in] Novo valor do flag.
Valor do Retorno
verdadeiro - se bem sucedido, falso - não é possível mudar o flag.
Exemplo
//--- example for CChartObject::Selected
|