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